diff --git a/overrides/default.nix b/overrides/default.nix index 158c77c..5c4731a 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -1358,6 +1358,9 @@ lib.composeManyExtensions [ preBuild = '' ln -s ${cfg} site.cfg ''; + preConfigure = '' + export NPY_NUM_BUILD_JOBS=$NIX_BUILD_CORES + ''; passthru = old.passthru // { blas = blas; inherit blasImplementation cfg;