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