kjdsakjdsa

This commit is contained in:
Peder Bergebakken Sundt 2023-06-27 20:38:59 +02:00
parent dbbc62b63f
commit f96700c370
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
#system.autoUpgrade.flake = "github:pbsds/nix-config"; # TODO: use this instead?
system.autoUpgrade.flags = [
"--recreate-lock-file" # fetch new inputs
#"--update-input" "nixpkgs"
#"--update-input" "unstable"
#"--update-input" "home-manager"
#"--update-input" "nixos-hardware"
"--no-write-lock-file" # no write new flakelock, as the in-store flake is read-only
"-L" # print build logs
];