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 c9daa81eff922d9f77d136cfcff0ea05d40024e0.
This commit is contained in:
parent
6cea12ccff
commit
5790bb073f
@ -109,9 +109,8 @@ in {
|
|||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
|
|
||||||
system.autoUpgrade.flags = [ "--no-build-output" ]
|
system.autoUpgrade.flags = (if cfg.flake == null then
|
||||||
++ (if cfg.flake == null then
|
[ "--no-build-output" ] ++ (if cfg.channel == null then
|
||||||
(if cfg.channel == null then
|
|
||||||
[ "--upgrade" ]
|
[ "--upgrade" ]
|
||||||
else [
|
else [
|
||||||
"-I"
|
"-I"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user