python312Packages.pycrdt: add updateScript

This commit is contained in:
natsukium
2024-08-12 11:20:30 +09:00
parent 7370c67890
commit 0877a48aa6
@@ -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";