From fef8ebf51d8f190932a134186f775d57d1ccf054 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 17 Mar 2018 21:17:28 +0000 Subject: doc: add xml:id to all the config options --- doc/manual/command-ref/conf-file.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'doc') diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index c76640c97e7e..ab83f671a746 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -123,7 +123,7 @@ false. - auto-optimise-store + auto-optimise-store If set to true, Nix automatically detects files in the store that have identical @@ -146,7 +146,7 @@ false. - builders-use-substitutes + builders-use-substitutes If set to true, Nix will instruct remote build machines to use their own binary substitutes if available. In @@ -201,7 +201,7 @@ false. - compress-build-log + compress-build-log If set to true (the default), build logs written to /nix/var/log/nix/drvs @@ -254,7 +254,7 @@ false. - extra-substituters + extra-substituters Additional binary caches appended to those specified in . When used by @@ -265,7 +265,7 @@ false. - fallback + fallback If set to true, Nix will fall back to building from source if a binary substitute fails. This @@ -275,7 +275,7 @@ false. - fsync-metadata + fsync-metadata If set to true, changes to the Nix store metadata (in /nix/var/nix/db) are @@ -314,7 +314,7 @@ builtins.fetchurl { - http-connections + http-connections The maximum number of parallel TCP connections used to fetch files from binary caches and by other downloads. It @@ -323,7 +323,7 @@ builtins.fetchurl { - keep-build-log + keep-build-log If set to true (the default), Nix will write the build log of a derivation (i.e. the standard @@ -352,7 +352,7 @@ builtins.fetchurl { - keep-env-derivations + keep-env-derivations If false (default), derivations are not stored in Nix user environments. That is, the derivation @@ -441,7 +441,7 @@ builtins.fetchurl { - netrc-file + netrc-file If set to an absolute path to a netrc file, Nix will use the HTTP authentication credentials in this file when @@ -544,7 +544,7 @@ password my-password - require-sigs + require-sigs If set to true (the default), any non-content-addressed path added or copied to the Nix store @@ -573,7 +573,7 @@ password my-password - sandbox + sandbox If set to true, builds will be performed in a sandboxed environment, i.e., @@ -644,7 +644,7 @@ password my-password - secret-key-files + secret-key-files A whitespace-separated list of files containing secret (private) keys. These are used to sign locally-built @@ -665,7 +665,7 @@ password my-password - substitute + substitute If set to true (default), Nix will use binary substitutes if available. This option can be @@ -674,7 +674,7 @@ password my-password - substituters + substituters A list of URLs of substituters, separated by whitespace. The default is @@ -683,7 +683,7 @@ password my-password - system + system This option specifies the canonical Nix system name of the current installation, such as @@ -724,7 +724,7 @@ password my-password - trusted-public-keys + trusted-public-keys A whitespace-separated list of public keys. When paths are copied from another Nix store (such as a binary cache), @@ -735,7 +735,7 @@ password my-password - trusted-substituters + trusted-substituters A list of URLs of substituters, separated by whitespace. These are not used by default, but can be enabled by -- cgit 1.4.1