diff options
| author | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2025-11-15 11:48:13 +0100 |
|---|---|---|
| committer | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-02-21 00:34:33 +0100 |
| commit | f7b8fbb504094ad617c7102579559efcc56db5fb (patch) | |
| tree | 799426c0d14ed9626f893014ee39af13c01ea40f /gnu/home | |
| parent | b18d42fd0b59d3e79a589ebca1258ac4a99c04fd (diff) | |
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
Diffstat (limited to 'gnu/home')
| -rw-r--r-- | gnu/home/services.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/home/services.scm b/gnu/home/services.scm index 2e51a983cbd..6c26afafc42 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz> | 3 | ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz> |
| 4 | ;;; Copyright © 2022-2023, 2025 Ludovic Courtès <ludo@gnu.org> | 4 | ;;; Copyright © 2022-2023, 2025 Ludovic Courtès <ludo@gnu.org> |
| 5 | ;;; Copyright © 2023 Carlo Zancanaro <carlo@zancanaro.id.au> | 5 | ;;; Copyright © 2023 Carlo Zancanaro <carlo@zancanaro.id.au> |
| 6 | ;;; Copyright © 2025 Giacomo Leidi <therewasa@fishinthecalculator.me> | ||
| 6 | ;;; | 7 | ;;; |
| 7 | ;;; This file is part of GNU Guix. | 8 | ;;; This file is part of GNU Guix. |
| 8 | ;;; | 9 | ;;; |
| @@ -51,6 +52,7 @@ | |||
| 51 | home-activation-service-type | 52 | home-activation-service-type |
| 52 | home-run-on-change-service-type | 53 | home-run-on-change-service-type |
| 53 | home-provenance-service-type | 54 | home-provenance-service-type |
| 55 | home-gc-root-service-type | ||
| 54 | 56 | ||
| 55 | literal-string | 57 | literal-string |
| 56 | literal-string? | 58 | literal-string? |
| @@ -759,6 +761,14 @@ environment, and its configuration file, when available."))) | |||
| 759 | 761 | ||
| 760 | 762 | ||
| 761 | ;;; | 763 | ;;; |
| 764 | ;;; Garbage collector roots. | ||
| 765 | ;;; | ||
| 766 | |||
| 767 | (define home-gc-root-service-type | ||
| 768 | (system->home-service-type gc-root-service-type)) | ||
| 769 | |||
| 770 | |||
| 771 | ;;; | ||
| 762 | ;;; Searching | 772 | ;;; Searching |
| 763 | ;;; | 773 | ;;; |
| 764 | 774 | ||
