Update nix build

This commit is contained in:
2026-03-25 08:15:52 +01:00
parent b88fcb2f04
commit 98f7cd6d17

View File

@@ -7,4 +7,6 @@ buildPythonPackage rec {
buildInputs = [ ];
doCheck = false;
shellHook = "";
pyproject = true;
build-system = [ setuptools ];
}