From df9107c8e127861962be9f5147e9059057be0abc Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 14 May 2025 22:12:12 +0200 Subject: [PATCH] guix-shared-cache-service-type: Fix unbound variable --- modules/ruther/services/bind.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ruther/services/bind.scm b/modules/ruther/services/bind.scm index 78edf7e0376d451f306477fc771680d14d230bd6..b33bcb6ea433315ad0311d2e28a43e422e7fe554 100644 --- a/modules/ruther/services/bind.scm +++ b/modules/ruther/services/bind.scm @@ -109,7 +109,7 @@ shared-dir mount-dir))) '#$user-files) #t))))) - (guix-shared-cache-users config))) + (guix-shared-cache-config-users config))) (define guix-shared-cache-service-type (service-type @@ -121,7 +121,7 @@ (extend (lambda (original extensions) (guix-shared-cache-config (inherit original) - (users (append (guix-shared-cache-users original)))))) + (users (append (guix-shared-cache-config-users original)))))) (default-value (guix-shared-cache-config)) (description "Share ~/.cache/guix between multiple users. The root user is going to own the shared checkout,