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";
|
randomizedDelaySec = "45min";
|
||||||
flags = [
|
flags = [
|
||||||
"--accept-flake-config"
|
"--accept-flake-config"
|
||||||
|
"--keep-going"
|
||||||
|
"--max-jobs"
|
||||||
|
"1"
|
||||||
"--option"
|
"--option"
|
||||||
"extra-binary-caches"
|
"extra-binary-caches"
|
||||||
"https://nix.xenia.me.uk"
|
"https://nix.xenia.me.uk"
|
||||||
|
|
Loading…
Reference in a new issue