Merge pull request #104870 from FRidh/flake
nixos auto-upgrade: remove flag when flake
This commit is contained in:
commit
54745a4f5e
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue