From 099125435fc5ada63365a94ca153c711e706e225 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 9 Jul 2012 10:57:28 -0400 Subject: download-from-binary-cache: add nix.conf options --- doc/manual/conf-file.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/manual/conf-file.xml') diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml index 25a009de9d45..e2890b1031ed 100644 --- a/doc/manual/conf-file.xml +++ b/doc/manual/conf-file.xml @@ -288,6 +288,26 @@ build-use-chroot = /dev /proc /bin + binary-caches + + A list of URLs of binary caches, separated by + whitespace. It can be overriden through the environment variable + NIX_BINARY_CACHES. The default is + http://nixos.org/binary-cache. + + + + + binary-caches-parallel-connections + + The maximum number of parallel HTTP connections + used by the binary cache substituter to get NAR info files. This + number should be high to minimise latency. It defaults to + 150. + + + + system This option specifies the canonical Nix system -- cgit 1.4.1