feat: remove "--refresh" flag from autoUpgrade
This commit removes the "--refresh" flag from the system.autoUpgrade field in the default.nix file. The update function will now rely on the remaining flags only.
This commit is contained in:
parent
5c07871808
commit
6b9d04bb59
|
@ -138,7 +138,6 @@ in
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
flags = [
|
flags = [
|
||||||
"--refresh"
|
|
||||||
"--update-input"
|
"--update-input"
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
"--update-input"
|
"--update-input"
|
||||||
|
|
Loading…
Reference in a new issue