From e5891f2ea848d00245b34ca794ae52ff480625d1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 9 Dec 2014 11:50:46 +0100 Subject: Use https://cache.nixos.org instead of http://cache.nixos.org --- doc/manual/command-ref/conf-file.xml | 2 +- doc/manual/command-ref/nix-push.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/manual/command-ref') diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index a7539c4c7e40..930ed773fd78 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -348,7 +348,7 @@ flag, e.g. --option gc-keep-outputs false. A list of URLs of binary caches, separated by whitespace. The default is - http://cache.nixos.org. + https://cache.nixos.org. diff --git a/doc/manual/command-ref/nix-push.xml b/doc/manual/command-ref/nix-push.xml index c19f44a615a8..a3a3c9623e3c 100644 --- a/doc/manual/command-ref/nix-push.xml +++ b/doc/manual/command-ref/nix-push.xml @@ -260,7 +260,7 @@ The properties that are currently supported are: Each binary cache has a priority (defaulting to 50). Binary caches are checked for binaries in order of ascending priority; thus a higher number denotes a lower priority. The - binary cache http://cache.nixos.org has priority + binary cache https://cache.nixos.org has priority 40. @@ -278,14 +278,14 @@ URL url has a binary for p, Nix fetches url/h, where h is the hash part of p. Thus, if we have a -cache http://cache.nixos.org and we want to obtain -the store path +cache https://cache.nixos.org and we want to obtain the +store path /nix/store/a8922c0h87iilxzzvwn2hmv8x210aqb9-glibc-2.7 then Nix will attempt to fetch -http://cache.nixos.org/a8922c0h87iilxzzvwn2hmv8x210aqb9.narinfo +https://cache.nixos.org/a8922c0h87iilxzzvwn2hmv8x210aqb9.narinfo (Commands such as nix-env -qas will issue an HTTP HEAD request, since it only needs to know if the @@ -389,7 +389,7 @@ The fields are as follows: references exist (e.g., /nix/store/2ma2k0ys8knh4an48n28vigcmc2z8773-linux-headers-2.6.23.16), Nix will fetch -http://cache.nixos.org/nar/0zzjpdz46mdn74v09m053yczlz4am038g8r74iy8w43gx8801h70.nar.bz2 +https://cache.nixos.org/nar/0zzjpdz46mdn74v09m053yczlz4am038g8r74iy8w43gx8801h70.nar.bz2 and decompress and unpack it to /nix/store/a8922c0h87iilxzzvwn2hmv8x210aqb9-glibc-2.7. -- cgit 1.4.1