guix-commits
[Top][All Lists]
Advanced

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

03/15: guix home: import: Fix module name for Bash service.


From: guix-commits
Subject: 03/15: guix home: import: Fix module name for Bash service.
Date: Sat, 30 Oct 2021 18:52:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3be1a982f30dee261b90fd2779fc4d1b04c50961
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Oct 30 12:42:34 2021 +0200

    guix home: import: Fix module name for Bash service.
    
    * guix/scripts/home/import.scm (generate-bash-configuration+modules): Change
    (gnu home-services bash) to (gnu home-services shells); add (guix gexp).
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/scripts/home/import.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/home/import.scm b/guix/scripts/home/import.scm
index 533abdb..f20088a 100644
--- a/guix/scripts/home/import.scm
+++ b/guix/scripts/home/import.scm
@@ -60,7 +60,8 @@
                          (list (slurp-file-gexp
                                 (local-file ,logout)))))
                       '())))
-      (gnu home-services bash))))
+      (guix gexp)
+      (gnu home services shells))))
 
 
 



reply via email to

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