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 f7b8fbb504 home: services: Add home-gc-root-service-type.
f7b8fbb504 is described below

commit f7b8fbb504094ad617c7102579559efcc56db5fb
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Nov 15 11:48:13 2025 +0100

    home: services: Add home-gc-root-service-type.
    
    * gnu/home/services.scm (home-gc-root-service-type): New variable.
    
    Merges: https://codeberg.org/guix/guix/pulls/4236
    Change-Id: I648068fc005a993b9527ed13ae87470c5ce9b693
---
 gnu/home/services.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/home/services.scm b/gnu/home/services.scm
index 2e51a983cb..6c26afafc4 100644
--- a/gnu/home/services.scm
+++ b/gnu/home/services.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2021 Xinglu Chen <[email protected]>
 ;;; Copyright © 2022-2023, 2025 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2023 Carlo Zancanaro <[email protected]>
+;;; Copyright © 2025 Giacomo Leidi <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -51,6 +52,7 @@
             home-activation-service-type
             home-run-on-change-service-type
             home-provenance-service-type
+            home-gc-root-service-type
 
             literal-string
             literal-string?
@@ -758,6 +760,14 @@ environment, and its configuration file, when 
available.")))
 (define home-provenance system-provenance)
 
 
+;;;
+;;; Garbage collector roots.
+;;;
+
+(define home-gc-root-service-type
+  (system->home-service-type gc-root-service-type))
+
+
 ;;;
 ;;; Searching
 ;;;

Reply via email to