cross: fix `enableParallelBuilding` to work

This commit is contained in:
Colin 2023-08-05 09:04:02 +00:00
parent 45578b2f00
commit 282ef0f8d3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ let
origArgs = args;
QEMU_OPTS = "-m 4096"; # MiB of RAM
enableParallelBuilding = "1"; #< not obvious this actually has an effect
enableParallelBuilding = true;
# finally, let nix know that this package should be built by the build system
system = final.stdenv.buildPlatform.system;