home: Fix docstring.

gnu/home.scm (home-environment-derivation): Fix docstring.
This commit is contained in:
Andrew Tropin 2022-05-03 13:21:28 +03:00
parent ffc391500a
commit e60ba7eb6d
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 1 additions and 1 deletions

View File

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