Set the channel for this release

This commit is contained in:
Eelco Dolstra 2013-10-24 15:17:37 +02:00
parent 4d15ad22a2
commit 6fda96ba10

View file

@ -33,7 +33,7 @@ with pkgs.lib;
system.defaultChannel = mkOption {
internal = true;
type = types.str;
default = https://nixos.org/channels/nixos-unstable;
default = https://nixos.org/channels/nixos-13.10;
description = "Default NixOS channel to which the root user is subscribed.";
};