Merge pull request #104870 from FRidh/flake
nixos auto-upgrade: remove flag when flake
This commit is contained in:
commit
54745a4f5e
@ -109,9 +109,8 @@ in {
|
||||
'';
|
||||
}];
|
||||
|
||||
system.autoUpgrade.flags = [ "--no-build-output" ]
|
||||
++ (if cfg.flake == null then
|
||||
(if cfg.channel == null then
|
||||
system.autoUpgrade.flags = (if cfg.flake == null then
|
||||
[ "--no-build-output" ] ++ (if cfg.channel == null then
|
||||
[ "--upgrade" ]
|
||||
else [
|
||||
"-I"
|
||||
|
Loading…
Reference in New Issue
Block a user