guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Add missing module to 'cleanup-c


From: Ludovic Courtès
Subject: branch master updated: hydra: services: Add missing module to 'cleanup-cuirass-roots'.
Date: Fri, 24 Apr 2020 06:09:04 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 4b01f03  hydra: services: Add missing module to 
'cleanup-cuirass-roots'.
4b01f03 is described below

commit 4b01f03282717b7ae76f5b9c8cca32f21d37684e
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 24 12:08:37 2020 +0200

    hydra: services: Add missing module to 'cleanup-cuirass-roots'.
    
    * hydra/modules/sysadmin/services.scm (cleanup-cuirass-roots): Add (guix
    derivations).
---
 hydra/modules/sysadmin/services.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 5a066a1..921ffa8 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -59,13 +59,15 @@
    "cleanup-cuirass-roots"
    (with-extensions (list guile-gcrypt)
      (with-imported-modules `(,@(source-module-closure
-                                 '((guix store))
+                                 '((guix store)
+                                   (guix derivations))
                                  #:select? not-config?)
                               ((guix config) => ,(make-config.scm)))
        #~(begin
            (use-modules (ice-9 ftw)
                         (srfi srfi-1)
-                        (guix store))
+                        (guix store)
+                        (guix derivations))
 
            (define %roots-directory
              "/var/guix/profiles/per-user/cuirass/cuirass")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]