mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/auto-upgrade: correct typo in assertion message
This commit is contained in:
parent
bf8462aeba
commit
6e8f91da32
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ in {
|
||||||
assertions = [{
|
assertions = [{
|
||||||
assertion = !((cfg.channel != null) && (cfg.flake != null));
|
assertion = !((cfg.channel != null) && (cfg.flake != null));
|
||||||
message = ''
|
message = ''
|
||||||
The options 'system.autoUpgrade.channels' and 'system.autoUpgrade.flake' cannot both be set.
|
The options 'system.autoUpgrade.channel' and 'system.autoUpgrade.flake' cannot both be set.
|
||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue