diff options
author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-08-15 04:07:19 -0400 |
---|---|---|
committer | Christopher Lemmer Webber <cwebber@dustycloud.org> | 2019-08-15 07:43:17 -0400 |
commit | 3967a946c6b36bdd51bd0f11b75ad1f7ef3d4674 (patch) | |
tree | 1a8dcb45c1e8c7b39f3b0fd2cb9298b2a598656a | |
parent | 3033d59ac9a747b42a1fa6ca6664d4fbc62ca117 (diff) | |
download | patches-3967a946c6b36bdd51bd0f11b75ad1f7ef3d4674.tar patches-3967a946c6b36bdd51bd0f11b75ad1f7ef3d4674.tar.gz |
doc: Add description of 'build-locally?'.
* doc/guix.texi (Invoking guix deploy): Add section describing the
'build-locally?' field of 'managed-host-environment-type'.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
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''. |