container test: with writeable nix store

This commit is contained in:
Jörg Thalheim
2024-12-19 20:07:18 +01:00
committed by Mic92
parent 0f4cdd31cd
commit 5d2e3b2b21
5 changed files with 133 additions and 16 deletions

View File

@@ -5,6 +5,7 @@
setuptools,
util-linux,
systemd,
nix,
colorama,
junit-xml,
}:
@@ -16,6 +17,7 @@ buildPythonApplication {
systemd
colorama
junit-xml
nix
] ++ extraPythonPackages python3Packages;
nativeBuildInputs = [ setuptools ];
format = "pyproject";