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:
parent
39fe52f7ac
commit
2f16946064
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue