diff options
author | Christopher Baines <mail@cbaines.net> | 2022-01-02 16:54:37 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-01-02 17:00:09 +0000 |
commit | 1dca8a19ef5c6232cd1461e7a61f23ddd72bb973 (patch) | |
tree | a44f5aeabdbc9cceb74dd9d6e275c6ed86438e5d /doc | |
parent | d6a13efe2415c627b97761d8e07cc8483fce3115 (diff) | |
download | guix-1dca8a19ef5c6232cd1461e7a61f23ddd72bb973.tar guix-1dca8a19ef5c6232cd1461e7a61f23ddd72bb973.tar.gz |
gnu: Add guix-build-coordinator/agent-only.
This avoids issues where the coordinator component dependencies (like sqitch
and guile-fibers) make it harder to use the agent.
* gnu/packages/package-management.scm (guix-build-coordinator/agent-only): New
variable.
* gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): Use
the guix-build-coordinator/agent-only package by default.
* doc/guix.texi (Guix Services): Update accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b72a3d1263..1d3dc424ae 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -33067,7 +33067,7 @@ Service type for a Guix Build Coordinator agent. Its value must be a Data type representing the configuration a Guix Build Coordinator agent. @table @asis -@item @code{package} (default: @code{guix-build-coordinator}) +@item @code{package} (default: @code{guix-build-coordinator-agent-only}) The Guix Build Coordinator package to use. @item @code{user} (default: @code{"guix-build-coordinator-agent"}) |