fix access token blocking upgrade

This commit is contained in:
2024-09-14 00:30:14 +02:00
parent c0848aef88
commit db8a54305f
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -18,6 +18,7 @@
system.autoUpgrade.flags = [
"-L" # print build logs
"--no-write-lock-file" # no write new flakelock, as the in-store flake is read-only
"--option" "access-tokens" "" # don't risk an expired github token blocking the upgrade
# fetch new inputs
#"--recreate-lock-file" # update all
#"--override-input" "nixpkgs-edge" # deprecated in nix 2.22, removed in lix 2.90