mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Document the common --no-build-hook option
This commit is contained in:
parent
d0a2db17d9
commit
45ed6e7ef2
1 changed files with 17 additions and 0 deletions
|
@ -191,6 +191,23 @@
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry><term><option>--no-build-hook</option></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
|
||||||
|
<para>Disables the build hook mechanism. This allows to ignore remote
|
||||||
|
builders if they are setup on the machine.</para>
|
||||||
|
|
||||||
|
<para>It's useful in cases where the bandwidth between the client and the
|
||||||
|
remote builder is too low. In that case it can take more time to upload the
|
||||||
|
sources to the remote builder and fetch back the result than to do the
|
||||||
|
computation locally.</para>
|
||||||
|
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<varlistentry><term><option>--readonly-mode</option></term>
|
<varlistentry><term><option>--readonly-mode</option></term>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue