diff mbox series

[bug#36957,4/5] doc: Add description of 'build-locally?'.

Message ID 87o90qzwaw.fsf_-_@sdf.lonestar.org
State Accepted
Headers show
Series Consolidated patches for guix deploy | expand

Commit Message

Jakob L. Kreuze Aug. 15, 2019, 8:07 a.m. UTC
* doc/guix.texi (Invoking guix deploy): Add section describing the
'build-locally?' field of 'managed-host-environment-type'.
---
 doc/guix.texi | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index d80f62970d..043851e418 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25583,6 +25583,8 @@  with an @code{environment} of @code{managed-host-environment-type}.
 
 @table @asis
 @item @code{host-name}
+@item @code{build-locally?} (default: @code{#t})
+If false, system derivations will be built on the machine being deployed to.
 @item @code{system}
 The Nix system type describing the architecture of the machine being deployed
 to. This should look something like ``x86_64-linux''.