mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Add an option ‘build-fallback’ (equivalent to the --fallback flag)
This commit is contained in:
parent
97421eb5ec
commit
89a8207029
3 changed files with 13 additions and 2 deletions
|
@ -246,6 +246,16 @@ flag, e.g. <literal>--option gc-keep-outputs false</literal>.</para>
|
|||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry><term><literal>build-fallback</literal></term>
|
||||
|
||||
<listitem><para>If set to <literal>true</literal>, Nix will fall
|
||||
back to building from source if a binary substitute fails. This
|
||||
is equivalent to the <option>--fallback</option> flag. The
|
||||
default is <literal>false</literal>.</para></listitem>
|
||||
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="conf-build-chroot-dirs"><term><literal>build-chroot-dirs</literal></term>
|
||||
|
||||
<listitem><para>When builds are performed in a chroot environment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue