db: enable parallel building
Appears to work without issue and speeds up builds
This commit is contained in:
parent
37eba81c7b
commit
2c7b8769f3
@ -39,6 +39,8 @@ stdenv.mkDerivation (rec {
|
||||
rm -rf $out/docs
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user