~ruther/guix-local

e60ba7eb6dd3d5847f7111f1a2ea33492b12cbc8 — Andrew Tropin 4 years ago ffc3915
home: Fix docstring.

gnu/home.scm (home-environment-derivation): Fix docstring.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/home.scm
M gnu/home.scm => gnu/home.scm +1 -1
@@ 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)))