summaryrefslogtreecommitdiff
path: root/gnu/home.scm
diff options
context:
space:
mode:
authorMarius Bakke <[email protected]>2022-08-27 17:10:55 +0200
committerMarius Bakke <[email protected]>2022-08-27 17:10:55 +0200
commitad384816fe260be98bc53701d9d761197ef162fc (patch)
treeff06eb12983b7cbd972c3153404bb3952e2f28c0 /gnu/home.scm
parentd08411ffd0a36a6b67a238be69d32c9f74101389 (diff)
parentfb3d90b8f31c4b1e2e3d427544c6610f3fe1ce55 (diff)
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/home.scm')
-rw-r--r--gnu/home.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home.scm b/gnu/home.scm
index 4ddbafe412..c95d1e0818 100644
--- a/gnu/home.scm
+++ b/gnu/home.scm
@@ -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)))