Loading pkgs/development/python-modules/pycrdt/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pytestCheckHook, trio, y-py, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -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"; Loading Loading
pkgs/development/python-modules/pycrdt/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pytestCheckHook, trio, y-py, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -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"; Loading