Unverified Commit 0877a48a authored by natsukium's avatar natsukium
Browse files

python312Packages.pycrdt: add updateScript

parent 7370c678
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  pytestCheckHook,
  trio,
  y-py,
  nix-update-script,
}:

buildPythonPackage rec {
@@ -49,6 +50,8 @@ buildPythonPackage rec {
    y-py
  ];

  passthru.updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; };

  meta = with lib; {
    description = "CRDTs based on Yrs";
    homepage = "https://github.com/jupyter-server/pycrdt";