mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
fix(wilde): only build on one core
This commit is contained in:
@@ -36,7 +36,8 @@ in
|
|||||||
|
|
||||||
virtualisation.docker.enable = lib.mkForce false;
|
virtualisation.docker.enable = lib.mkForce false;
|
||||||
|
|
||||||
nix.buildCores = 2;
|
nix.buildCores = 1;
|
||||||
|
nix.maxJobs = 2;
|
||||||
|
|
||||||
environment.systemPackages = [ unstable.minecraft ];
|
environment.systemPackages = [ unstable.minecraft ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user