conmon: set enableParallelBuilding/strictDeps

This commit is contained in:
zowoq 2022-07-05 11:17:03 +10:00
parent 58aad4ee03
commit b71ee18bfd

View File

@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
enableParallelBuilding = true;
strictDeps = true;
passthru.tests = { inherit (nixosTests) cri-o podman; };
meta = with lib; {