Set the channel for this release

This commit is contained in:
Eelco Dolstra
2013-10-31 23:01:54 +01:00
parent 4d15ad22a2
commit 6fda96ba10
+1 -1
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.";
};