1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00
This commit is contained in:
Eelco Dolstra 2014-12-09 11:50:46 +01:00
parent 9c58691ce3
commit e5891f2ea8
5 changed files with 14 additions and 10 deletions

View file

@ -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>