2
0
Fork 0

Build NOVA in parallel

The current hydra build time is in excess of ten seconds, this is
unacceptable.
This commit is contained in:
Emery Hemingway 2019-10-07 20:35:45 +02:00
parent 693ac303e0
commit bb2ed81fe9
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ buildPackages.stdenv.mkDerivation {
sha256 = "0rkp59496032kq8a3l5fs771m5f7s5yywkxjk7j9qhmsidgk40wd";
};
enableParallelBuilding = true;
makeFlags = [ "--directory=build" ];
preInstall = "export INS_DIR=$out";