1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Use a shorter Nixpkgs channel URL

This commit is contained in:
Eelco Dolstra 2012-11-09 13:33:35 +01:00
parent c31ebc50aa
commit a9a8baaccb
4 changed files with 4 additions and 4 deletions

View file

@ -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