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/introduction/about-nix.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual/introduction') diff --git a/doc/manual/introduction/about-nix.xml b/doc/manual/introduction/about-nix.xml index 56ec39916b6c..efd6cf2bb347 100644 --- a/doc/manual/introduction/about-nix.xml +++ b/doc/manual/introduction/about-nix.xml @@ -166,8 +166,8 @@ cache, a web server that provides pre-built binaries. For instance, when asked to build /nix/store/b6gvzjyb2pg0…-firefox-33.1 from source, Nix would first check if the file -http://cache.nixos.org/b6gvzjyb2pg0….narinfo exists, and if -so, fetch the pre-built binary referenced from there; otherwise, it +https://cache.nixos.org/b6gvzjyb2pg0….narinfo exists, and +if so, fetch the pre-built binary referenced from there; otherwise, it would fall back to building from source. -- cgit 1.4.1