civodul pushed a commit to branch devel
in repository shepherd.

commit 80f0cbe0beedd1c1f35ef4acda109709e592662f
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat Apr 27 19:17:20 2024 +0200

    guix: Import (gnu services) for ‘modify-services’.
    
    * .guix/manifest.scm: Import (gnu services).
---
 .guix/manifest.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.guix/manifest.scm b/.guix/manifest.scm
index 454a4c6..3a741b3 100644
--- a/.guix/manifest.scm
+++ b/.guix/manifest.scm
@@ -23,6 +23,7 @@
              ((gnu system vm)
               #:select (virtual-machine
                         virtualized-operating-system))
+             ((gnu services) #:select (modify-services))
              (gnu services shepherd)
              (gnu tests)
              (gnu tests base)

Reply via email to