about summary refs log tree commit diff
path: root/nixos/modules/misc/version.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-11-09 18:41:42 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-11-09 18:41:42 +0100
commit619a1f561480a300ce28f0f471e73fecda85fd60 (patch)
treec9e3906af08d9dd70e5b400cb70a52f8422b0724 /nixos/modules/misc/version.nix
parenta131ce533d98eb587d76dd8e2afc6e19568cd7e1 (diff)
parent8d14c7baa6b293b3b48741b203400116ed9882ab (diff)
changes proposed for 13-10 update
One feature change: polkit update 8d14c7ba
Diffstat (limited to 'nixos/modules/misc/version.nix')
-rw-r--r--nixos/modules/misc/version.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix
index ae9fb5fb2a0eb..41f75483f9510 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -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.";
     };