fix access token blocking upgrade
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user