1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(wilde): only build on one core

This commit is contained in:
2020-11-01 15:12:22 +01:00
parent 1bc90b2e84
commit bd8960fd44

View File

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