diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-10 00:24:11 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-01-10 00:24:11 +0100 |
commit | d9bcd1a8d6300b79f5884e48b2cefff05de8dce4 (patch) | |
tree | e484be53fb1d3cd7c5bb76a34451c7364502d9ec /doc/guix.texi | |
parent | 0d65f7daae7428b26a8141b83c2567e6d0d9d009 (diff) | |
parent | 79a9bb25bcb3d8b29968363db9b288cf3844108a (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 293c3016aa..695770bd12 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -18482,6 +18482,10 @@ herd set-http-proxy guix-daemon @item @code{tmpdir} (default: @code{#f}) A directory path where the @command{guix-daemon} will perform builds. +@item @code{environment} (default: @code{'()}) +Environment variables to be set before starting the daemon, as a list of +@code{key=value} strings. + @end table @end deftp |