conmon: set enableParallelBuilding/strictDeps

This commit is contained in:
zowoq
2022-07-05 20:23:19 +10:00
parent 58aad4ee03
commit b71ee18bfd
@@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
enableParallelBuilding = true;
strictDeps = true;
passthru.tests = { inherit (nixosTests) cri-o podman; };
meta = with lib; {