forked from the-distro/channel-scripts
* Use https for the Nixpkgs channel binary caches.
git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@34867 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
This commit is contained in:
parent
140bb432ae
commit
9ba38f8bdd
|
@ -30,7 +30,7 @@ else
|
|||
echo $url > $tmpDir/src-url
|
||||
|
||||
perl -w ./mirror-channel.pl "$url/channel" "$tmpDir" \
|
||||
nix-cache http://cache.nixos.org \
|
||||
nix-cache https://cache.nixos.org \
|
||||
"$url/job/tarball/download/1"
|
||||
|
||||
# Extract the manual.
|
||||
|
|
Loading…
Reference in a new issue