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

Always use https to fetch the Nixpkgs channel

This commit is contained in:
Eelco Dolstra 2014-12-10 11:35:56 +01:00
parent 39fe52f7ac
commit 2f16946064
2 changed files with 2 additions and 6 deletions

View file

@ -12,7 +12,7 @@ if [ -n "$HOME" ]; then
# Subscribe the user to the Nixpkgs channel by default.
if [ ! -e $HOME/.nix-channels ]; then
echo "http://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels
echo "https://nixos.org/channels/nixpkgs-unstable nixpkgs" > $HOME/.nix-channels
fi
# Append ~/.nix-defexpr/channels/nixpkgs to $NIX_PATH so that