diff options
author | Christopher Baines <mail@cbaines.net> | 2025-02-16 16:00:29 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-02-16 16:02:27 +0000 |
commit | 841673840991287c79f7c73c7d693164b3e89ad7 (patch) | |
tree | 651713cbdc5666ea07dff630007daa1c10b539f2 /doc | |
parent | 796bc02b47318aafe00d8e8e56609afbb626408c (diff) |
gnu: guix-build-coordinator: Add the listen-repl configuration.
* gnu/services/guix.scm (<guix-build-coordinator-configuration>): Add
listen-repl.
(guix-build-coordinator-configuration-listen-repl): New procedure.
(make-guix-build-coordinator-start-script,
guix-build-coordinator-shepherd-services): Use listen-repl.
* doc/guix.texi (Guix Services): Document listen-repl.
Change-Id: I49cac7cd3c4675f6ffed71320bb61dc7b008179a
Diffstat (limited to 'doc')
-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 f8b3022ccf..93b0ad113b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -40612,6 +40612,10 @@ Hooks can be configured to run in parallel. This parameter is an association list of hooks to do in parallel, where the key is the symbol for the hook and the value is the number of threads to run. +@item @code{listen-repl} (default: @var{#f}) +Port or filename to spawn a REPL listening on, pass @code{#t} to listen +on the default port or @code{#f} to disable. + @item @code{guile} (default: @code{guile-3.0-latest}) The Guile package with which to run the Guix Build Coordinator. |