nixos auto-upgrade: remove flag when flake

The `--no-build-output` flag that is added by default is only valid
for the old cli, which is not used when flakes are used.

Follow-up to c9daa81eff.
This commit is contained in:
Frederik Rietdijk 2020-11-25 08:17:30 +01:00
parent 6cea12ccff
commit 5790bb073f
1 changed files with 2 additions and 3 deletions

View File

@ -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"