Don't set the default channel to 13.10 when installing from master
Partial revert of 619a1f561480a300ce28f0f471e73fecda85fd60.
This commit is contained in:
parent
cec700aab0
commit
6441a9c1d0
@ -33,7 +33,7 @@ with pkgs.lib;
|
|||||||
system.defaultChannel = mkOption {
|
system.defaultChannel = mkOption {
|
||||||
internal = true;
|
internal = true;
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = https://nixos.org/channels/nixos-13.10;
|
default = https://nixos.org/channels/nixos-unstable;
|
||||||
description = "Default NixOS channel to which the root user is subscribed.";
|
description = "Default NixOS channel to which the root user is subscribed.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user