This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ef10fa31d3 scripts: home: Add missing selection for
ensure-home-environment os-home-env-config
ef10fa31d3 is described below
commit ef10fa31d341d23209113b5dda35510a5034a65f
Author: Jani Juhani Sinervo <[email protected]>
AuthorDate: Sun Jun 14 21:30:36 2026 +0300
scripts: home: Add missing selection for ensure-home-environment
os-home-env-config
* guix/scripts/home.scm: Add missing import of `operating-system-services`
for
folding up `guix-home-service-type` in `ensure-home-environment`.
Signed-off-by: Andrew Tropin <[email protected]>
---
guix/scripts/home.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm
index 66669768dc..cf33b1adea 100644
--- a/guix/scripts/home.scm
+++ b/guix/scripts/home.scm
@@ -43,7 +43,8 @@
%namespaces
%writable-/tmp)
#:use-module ((gnu system) #:select (operating-system?
- operating-system-user-services))
+ operating-system-user-services
+ operating-system-services))
#:autoload (gnu system linux-container) (eval/container)
#:autoload (gnu system file-systems) (file-system
file-system-mapping