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)))