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:
@@ -36,7 +36,7 @@ in
|
||||
|
||||
virtualisation.docker.enable = lib.mkForce false;
|
||||
|
||||
nix.maxJobs = 2;
|
||||
nix.buildCores = 2;
|
||||
|
||||
environment.systemPackages = [ unstable.minecraft ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user