diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-10T10·35+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-10T10·35+0100 |
commit | 2f16946064b03b92ed5e3a7aea8e222813ea89c2 (patch) | |
tree | 9254378ebe625f8c596dfcf31c1b211f3297d25d /scripts/nix-profile.sh.in | |
parent | 39fe52f7acd1ef0e5cfddc70c13d0b3b9d578500 (diff) |
Always use https to fetch the Nixpkgs channel
Diffstat (limited to 'scripts/nix-profile.sh.in')
-rw-r--r-- | scripts/nix-profile.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in index 8093bcd3761e..a91b54bd589f 100644 --- a/scripts/nix-profile.sh.in +++ b/scripts/nix-profile.sh.in @@ -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 |