mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
home: Fix docstring.
gnu/home.scm (home-environment-derivation): Fix docstring.
This commit is contained in:
parent
ffc391500a
commit
e60ba7eb6d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ (define* (home-environment-services he)
|
|||
(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 a new issue