kjdsakjdsa
This commit is contained in:
parent
dbbc62b63f
commit
f96700c370
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue