Pick up the right number of cores for the building system

This commit is contained in:
Jean-Paul Calderone 2019-12-13 11:03:17 -05:00
parent 5323df8867
commit 81c50550f3

View File

@ -52,6 +52,6 @@ python.pkgs.buildPythonPackage rec {
];
checkPhase = ''
${python}/bin/python -m twisted.trial -j4 allmydata
${python}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata
'';
}