configure nix cores and max jobs
This commit is contained in:
parent
b26bc9b566
commit
ec851261fc
|
@ -91,4 +91,10 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Configure nix build
|
||||
nix.settings = {
|
||||
cores = 6;
|
||||
max-jobs = 6;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue