conmon: set enableParallelBuilding/strictDeps
This commit is contained in:
parent
58aad4ee03
commit
b71ee18bfd
@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
passthru.tests = { inherit (nixosTests) cri-o podman; };
|
passthru.tests = { inherit (nixosTests) cri-o podman; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user