2
0
Fork 0

Build NOVA in parallel

The current hydra build time is in excess of ten seconds, this is
unacceptable.
20.02
Emery Hemingway 4 years ago
parent 693ac303e0
commit bb2ed81fe9

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

Loading…
Cancel
Save