nixbld: restrict maxJobs again to avoid Vivado OOM

pull/21/head
Sebastien Bourdeauducq 2021-12-03 11:03:36 +08:00
parent 9013af9e92
commit b70908f864
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ in
services.udev.packages = [ pkgs.sane-backends ];
nix.package = pkgs.nix_2_4;
nix.distributedBuilds = true;
nix.maxJobs = 10;
nix.nrBuildUsers = 64;
nix.trustedUsers = ["sb"];
services.hydra = {