mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
services: 'gc-root-service-type' now has a default value.
* gnu/services.scm (gc-root-service-type)[default-value]: New field.
This commit is contained in:
parent
76ae10a1f4
commit
dc5729a8e0
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -649,7 +649,8 @@ (define gc-root-service-type
|
|||
(extend append)
|
||||
(description
|
||||
"Register garbage-collector roots---i.e., store items that
|
||||
will not be reclaimed by the garbage collector.")))
|
||||
will not be reclaimed by the garbage collector.")
|
||||
(default-value '())))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue