Unverified Commit ecd4ea0a authored by Artturin's avatar Artturin Committed by GitHub
Browse files

nixos/auto-upgrade: correct typo in assertion message (#295125)

parents 448240f6 6e8f91da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ in {
    assertions = [{
      assertion = !((cfg.channel != null) && (cfg.flake != null));
      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.
      '';
    }];