apteryx pushed a commit to branch master
in repository guix.

commit ae0d335744210224b884ab16f532f866f1f45e56
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Nov 1 10:53:41 2024 +0900

    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
---
 gnu/services/herd.scm | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to