aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-profile.sh.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-09 13:33:35 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-09 13:33:35 +0100
commita9a8baaccbe1c8291d0cfd42fe3c87377b105381 (patch)
treed3044a5c04fa28f99b101c348bed3117796e9a35 /scripts/nix-profile.sh.in
parentc31ebc50aaaf011f020b7314baa9921aae1050a6 (diff)
Use a shorter Nixpkgs channel URL
Diffstat (limited to 'scripts/nix-profile.sh.in')
-rw-r--r--scripts/nix-profile.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in
index ed49a892d..16eb754c5 100644
--- a/scripts/nix-profile.sh.in
+++ b/scripts/nix-profile.sh.in
@@ -10,7 +10,7 @@ if test -n "$HOME"; then
# Subscribe the root user to the Nixpkgs channel by default.
if [ ! -e $HOME/.nix-channels ]; then
- echo "http://nixos.org/releases/nixos/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels
+ echo "http://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels
fi
export PATH=$NIX_LINK/bin:$PATH