diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-01 10:53:41 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-02-13 00:07:21 +0900 |
commit | ae0d335744210224b884ab16f532f866f1f45e56 (patch) | |
tree | d5ec605902df54f813092961295a5517f239efad | |
parent | df568fc41104b7172a7735e95f2387918cc610b1 (diff) | |
download | guix-ae0d335744210224b884ab16f532f866f1f45e56.tar.gz guix-ae0d335744210224b884ab16f532f866f1f45e56.zip |
services: herd: Export 'eval-there' in API.
* gnu/services/herd.scm (gnu): Export 'eval-there', which is useful to
evaluate Scheme expressions.
Change-Id: Iff1db56e0847fc5886ac9fe594d677b363e7e6e7
-rw-r--r-- | gnu/services/herd.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/herd.scm b/gnu/services/herd.scm index 4b47acf72a..c185fc2cec 100644 --- a/gnu/services/herd.scm +++ b/gnu/services/herd.scm @@ -54,6 +54,7 @@ with-shepherd-action current-service current-services + eval-there unload-services unload-service load-services |