1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

services: nar-herder: Support extra environment vars.

* gnu/services/guix.scm (nar-herder-configuration-extra-environment-variables):
New procedure.
(nar-herder-shepherd-services): Pass the environment variables to the
shepherd.
* doc/guix.texi (Guix Services): Document it.
This commit is contained in:
Christopher Baines
2023-05-13 11:23:48 +01:00
parent cc47c5277d
commit 9a6bbea9d4
2 changed files with 12 additions and 3 deletions

View File

@@ -37803,6 +37803,9 @@ Number of cached nars to generate at a time.
Location to fetch nars from when computing cached compressions. By
default, the storage location will be used.
@item @code{extra-environment-variables} (default: @code{'()})
Extra environment variables to set via the shepherd service.
@end table
@end deftp