hydra: bump maxJobs to 4

This commit is contained in:
Astro 2022-06-01 00:16:02 +02:00
parent 1f58310e59
commit 55abaaf9a7

View File

@ -22,7 +22,7 @@
nix = {
useSandbox = false;
maxJobs = 2;
maxJobs = 4;
buildCores = 16;
gc = {
automatic = true;