abcdw pushed a commit to branch master
in repository guix.

commit e60ba7eb6dd3d5847f7111f1a2ea33492b12cbc8
Author: Andrew Tropin <[email protected]>
AuthorDate: Tue May 3 13:21:28 2022 +0300

    home: Fix docstring.
    
    gnu/home.scm (home-environment-derivation): Fix docstring.
---
 gnu/home.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/home.scm b/gnu/home.scm
index 4ddbafe412..c95d1e0818 100644
--- a/gnu/home.scm
+++ b/gnu/home.scm
@@ -96,7 +96,7 @@
            (home-environment-essential-services he))))
 
 (define* (home-environment-derivation he)
-  "Return a derivation that builds OS."
+  "Return a derivation that builds home environment."
   (let* ((services         (home-environment-services he))
          (home (fold-services services
                               #:target-type home-service-type)))

Reply via email to