autoUpgrade: set max jobs to 1, set keep-going flag

This commit is contained in:
Evie Litherland-Smith 2024-07-22 10:45:00 +01:00
parent d4c58e4698
commit d0459b2024

View file

@ -48,6 +48,9 @@
randomizedDelaySec = "45min";
flags = [
"--accept-flake-config"
"--keep-going"
"--max-jobs"
"1"
"--option"
"extra-binary-caches"
"https://nix.xenia.me.uk"