summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-02-23 12:08:02 -0500
committerLeo Famulari <leo@famulari.name>2017-02-23 13:03:14 -0500
commitb191f0a6c50f2a7d47037ef8509d0351f5a2646e (patch)
treeb07a1e8f5c821a5253f468dc2d5639bbd9431f83 /doc
parent94b28aed1e4f151997cb2bc70df20f0eea11ee1b (diff)
downloadguix-patches-b191f0a6c50f2a7d47037ef8509d0351f5a2646e.tar
guix-patches-b191f0a6c50f2a7d47037ef8509d0351f5a2646e.tar.gz
services: guix: Support building in a directory besides '/tmp'.
* gnu/services/base.scm (<guix-configuration>)[tmpdir]: New field. (guix-shepherd-service): Use 'tmpdir' in #:environment-variables. * doc/guix.texi (Base Services)[guix-configuration]: Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 19a31c659a..be11096a43 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8615,6 +8615,9 @@ The lsof package to use.
The HTTP proxy used for downloading fixed-output derivations and
substitutes.
+@item @code{tmpdir} (default: @code{#f})
+A directory path where the @command{guix-daemon} will perform builds.
+
@end table
@end deftp