Increase max jobs
This commit is contained in:
parent
5f04f18ec8
commit
6819bf85a7
|
@ -74,7 +74,7 @@
|
|||
# Configure nix build
|
||||
nix.settings = {
|
||||
cores = 8;
|
||||
max-jobs = 4;
|
||||
max-jobs = 8;
|
||||
};
|
||||
|
||||
# Calibre
|
||||
|
|
Loading…
Reference in New Issue