Increase nix build limits
This commit is contained in:
parent
4b2d350da8
commit
64d0a56eb8
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ with lib; {
|
|||
];
|
||||
|
||||
# Limit nix build.
|
||||
cores = 2;
|
||||
max-jobs = 2;
|
||||
cores = 0;
|
||||
max-jobs = 4;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue