1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

docs: Mention --max-jobs 0 to build remotely only

This commit is contained in:
Niklas Hambüchen 2019-03-31 03:47:43 +02:00
parent f32fbf952d
commit caa76c369a
2 changed files with 13 additions and 2 deletions

View file

@ -184,4 +184,7 @@ to be included. (This is the default.)</para>
the option <link linkend='conf-builders-use-substitutes'><literal>builders-use-substitutes</literal></link>
in your local <filename>nix.conf</filename>.</para>
<para>To build only on remote builders and disable building on the local machine,
you can use the option <option>--max-jobs 0</option>.</para>
</chapter>