summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-24 15:17:37 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-31 23:01:54 +0100
commit6fda96ba105d0d128ea122f2a400e831d484c2eb (patch)
tree36981e1ef42c596fb46af93b8bf192c10248debf /nixos
parent4d15ad22a2c7b54fe377cddc69fbeca9a4c20fc1 (diff)
downloadnixpkgs-6fda96ba105d0d128ea122f2a400e831d484c2eb.tar
nixpkgs-6fda96ba105d0d128ea122f2a400e831d484c2eb.tar.gz
nixpkgs-6fda96ba105d0d128ea122f2a400e831d484c2eb.tar.bz2
nixpkgs-6fda96ba105d0d128ea122f2a400e831d484c2eb.tar.lz
nixpkgs-6fda96ba105d0d128ea122f2a400e831d484c2eb.tar.xz
nixpkgs-6fda96ba105d0d128ea122f2a400e831d484c2eb.tar.zst
nixpkgs-6fda96ba105d0d128ea122f2a400e831d484c2eb.zip
Set the channel for this release
Diffstat (limited to 'nixos')
-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 2fa95563e9a..4b0a2d2f947 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.";
     };