1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(wilde): only build on two cores to still be able to use the computer while building

This commit is contained in:
2020-10-30 08:09:40 +01:00
parent a98333a6b8
commit b8c79fd21c

View File

@@ -36,7 +36,7 @@ in
virtualisation.docker.enable = lib.mkForce false;
nix.maxJobs = 2;
nix.buildCores = 2;
environment.systemPackages = [ unstable.minecraft ];