Don't set the default channel to 13.10 when installing from master

Partial revert of 619a1f5614.
This commit is contained in:
Eelco Dolstra 2013-11-11 11:22:41 +01:00
parent cec700aab0
commit 6441a9c1d0

View File

@ -33,7 +33,7 @@ with pkgs.lib;
system.defaultChannel = mkOption {
internal = true;
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.";
};