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

Manual: Update chapter on remote builds

Alos add a command "nix ping-store" to make it easier to see if Nix
can connect to a remote builder (e.g. 'nix ping-store --store
ssh://mac').
This commit is contained in:
Eelco Dolstra 2018-02-21 16:22:49 +01:00
parent e2d71bd186
commit 0d54671b7b
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 187 additions and 66 deletions

View file

@ -763,7 +763,7 @@ builtins.fetchurl {
more details.
</para>
<para>
Since these files are loaded into the same address space as
Since these files are loaded into the same address space as
Nix itself, they must be DSOs compatible with the instance of
Nix running at the time (i.e. compiled against the same
headers, not linked to any incompatible libraries). They
@ -771,14 +771,23 @@ builtins.fetchurl {
be available already at load time.
</para>
<para>
If an entry in the list is a directory, all files in the
directory are loaded as plugins (non-recursively).
If an entry in the list is a directory, all files in the
directory are loaded as plugins (non-recursively).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="conf-builders">
<term><literal>builders</literal></term>
<listitem>
<para>A list of machines on which to perform builds. <phrase
condition="manual">See <xref linkend="chap-distributed-builds"
/> for details.</phrase></para>
</listitem>
</varlistentry>
</variablelist>
</para>