diff options
Diffstat (limited to 'gnu/home/services.scm')
-rw-r--r-- | gnu/home/services.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/home/services.scm b/gnu/home/services.scm index c497b14617..5c9b743f7b 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -508,7 +508,8 @@ environment, and its configuration file, when available."))) (define %guix-home-root-directory ;; Absolute file name of the module hierarchy. - (parent-directory (dirname (search-path %load-path "gnu/home/services.scm")))) + (parent-directory + (dirname (dirname (search-path %load-path "gnu/home/services.scm"))))) (define %service-type-path ;; Search path for service types. |