feat: make sure to only run one job at a time.
This commit is contained in:
parent
3ef136b391
commit
79dd241e78
1 changed files with 2 additions and 0 deletions
|
|
@ -41,4 +41,6 @@
|
|||
size = 16 * 1024; # 16 GB
|
||||
}
|
||||
];
|
||||
|
||||
nix.settings.max-jobs = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue