From 0d54671b7b3aa96ab45347e65352979d874346ea Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 21 Feb 2018 16:22:49 +0100 Subject: 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'). --- doc/manual/command-ref/conf-file.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'doc/manual/command-ref') diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index c14a4d206b8d..f658058994c0 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -763,7 +763,7 @@ builtins.fetchurl { more details. - 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. - 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). + + builders + + A list of machines on which to perform builds. See for details. + + + -- cgit 1.4.1