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:
parent
c31ebc50aa
commit
a9a8baaccb
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue