home: Fix docstring.
gnu/home.scm (home-environment-derivation): Fix docstring.
This commit is contained in:
parent
ffc391500a
commit
e60ba7eb6d
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user