diff options
author | Andreas Enge <andreas@enge.fr> | 2024-07-02 17:06:42 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-09-18 11:21:06 +0200 |
commit | 1c088531cf0be8fe6706c4624a920fca2ab2fee0 (patch) | |
tree | 83bae2daf7540dc7b1ddcb1111dda2826eab4b2a /doc/guix.texi | |
parent | fb8c4916be554ddf55e21508922d9b398a584f8a (diff) | |
download | guix-1c088531cf0be8fe6706c4624a920fca2ab2fee0.tar.gz guix-1c088531cf0be8fe6706c4624a920fca2ab2fee0.zip |
services: guix-build-coordinator-agent: Add extra-options.
* gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>):
Add field extra-options.
(guix-build-coordinator-agent-shepherd-services): Add and use EXTRA-OPTIONS
argument.
* doc/guix.texi (Guix Services): Adapt the documentation.
Change-Id: I9e7e258e03e2b6553aa1570f5fcfaf3b0ada3e15
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
Diffstat (limited to 'doc/guix.texi')
-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 2ae79f03e6..52e36e4354 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -39763,6 +39763,8 @@ derivations aren't already available. URLs from which to attempt to fetch substitutes for build inputs, if the input store items aren't already available. +@item @code{extra-options} (default: @var{'()}) +Extra command line options for @code{guix-build-coordinator-agent}. @end table @end deftp |