bind: enable parallel building

because non-parallel is slow
This commit is contained in:
ajs124 2023-01-05 15:42:09 +01:00 committed by Rick van Schijndel
parent cc21c3ccbd
commit e63fa6e21e

View File

@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
'';
doCheck = false; # requires root and the net
enableParallelBuilding = true;
passthru.tests = {
inherit (nixosTests) bind;