aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/conf-file.xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-09 19:06:39 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-09 19:06:39 -0400
commitcb1248d2082ff8292e2516f124feea4427cf150a (patch)
treedd5aebc4e3afc77f6fffd4f404391e43a62549b3 /doc/manual/conf-file.xml
parent7a213ffc6912794d2cc4374bb9bf2c1f59a384a3 (diff)
Document some nix-store subcommands
Diffstat (limited to 'doc/manual/conf-file.xml')
-rw-r--r--doc/manual/conf-file.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml
index f220c8374..1e164b823 100644
--- a/doc/manual/conf-file.xml
+++ b/doc/manual/conf-file.xml
@@ -261,6 +261,21 @@ build-use-chroot = /dev /proc /bin</programlisting>
</varlistentry>
+ <varlistentry><term><literal>build-cache-failures</literal></term>
+
+ <listitem><para>If set to <literal>true</literal>, Nix will
+ “cache” build failures, meaning that it will remember (in its
+ database) that a derivation previously failed. If you then try to
+ build the derivation again, Nix will immediately fail rather than
+ perform the build again. Failures in fixed-output derivations
+ (such as <function>fetchurl</function> calls) are never cached.
+ The “failed” status of a derivation can be cleared using
+ <command>nix-store --clear-failed-paths</command>. By default,
+ failure caching is disabled.</para></listitem>
+
+ </varlistentry>
+
+
<varlistentry><term><literal>system</literal></term>
<listitem><para>This option specifies the canonical Nix system