mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Use https://cache.nixos.org instead of http://cache.nixos.org
This commit is contained in:
parent
9c58691ce3
commit
e5891f2ea8
5 changed files with 14 additions and 10 deletions
|
@ -166,8 +166,8 @@ cache</emphasis>, a web server that provides pre-built binaries. For
|
|||
instance, when asked to build
|
||||
<literal>/nix/store/b6gvzjyb2pg0…-firefox-33.1</literal> from source,
|
||||
Nix would first check if the file
|
||||
<uri>http://cache.nixos.org/b6gvzjyb2pg0….narinfo</uri> exists, and if
|
||||
so, fetch the pre-built binary referenced from there; otherwise, it
|
||||
<uri>https://cache.nixos.org/b6gvzjyb2pg0….narinfo</uri> exists, and
|
||||
if so, fetch the pre-built binary referenced from there; otherwise, it
|
||||
would fall back to building from source.</para>
|
||||
|
||||
</simplesect>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue