fuse-overlayfs: set enableParallelBuilding/strictDeps
This commit is contained in:
parent
8de4ffe811
commit
fb8e8ac918
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ fuse3 ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
strictDeps = true;
|
||||
|
||||
passthru.tests = { inherit (nixosTests) podman; };
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue