home: Fix docstring.
gnu/home.scm (home-environment-derivation): Fix docstring.
parent
ffc391500a
commit
e60ba7eb6d
|
@ -96,7 +96,7 @@
|
||||||
(home-environment-essential-services he))))
|
(home-environment-essential-services he))))
|
||||||
|
|
||||||
(define* (home-environment-derivation 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))
|
(let* ((services (home-environment-services he))
|
||||||
(home (fold-services services
|
(home (fold-services services
|
||||||
#:target-type home-service-type)))
|
#:target-type home-service-type)))
|
||||||
|
|
Reference in New Issue