about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-25T20·56-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-25T20·56-0400
commit477b0fbeca62bf1957bc0aad26f1a844ebd22231 (patch)
treefb0a49d33b5f56cdba6828dc4b67b921de644c0c /scripts
parentf5954e2d940c3a41a6ed0cad45660e254eb381a3 (diff)
Subscribe to the Nixpkgs rather than NixOS channel
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nix-profile.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in
index d343385cc1..b18069d940 100644
--- a/scripts/nix-profile.sh.in
+++ b/scripts/nix-profile.sh.in
@@ -19,9 +19,9 @@ fi
 
 export PATH="$HOME/.nix-profile/bin:$PATH"
 
-# Subscribe the root user to the NixOS channel by default.
+# Subscribe the root user to the Nixpkgs channel by default.
 if [ "$USER" = root -a ! -e $HOME/.nix-channels ]; then
-    echo "http://nixos.org/releases/nixos/channels/nixos-unstable nixos" > $HOME/.nix-channels
+    echo "http://nixos.org/releases/nixos/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels
 fi
 
 # Create the per-user garbage collector roots directory.