autoUpgrade: set max jobs to 1, set keep-going flag
This commit is contained in:
parent
d4c58e4698
commit
d0459b2024
|
@ -48,6 +48,9 @@
|
|||
randomizedDelaySec = "45min";
|
||||
flags = [
|
||||
"--accept-flake-config"
|
||||
"--keep-going"
|
||||
"--max-jobs"
|
||||
"1"
|
||||
"--option"
|
||||
"extra-binary-caches"
|
||||
"https://nix.xenia.me.uk"
|
||||
|
|
Loading…
Reference in a new issue