python312Packages.pycrdt: add updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user