mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
etc: installer: Define installer team scope.
* etc/teams.scm.in (installer): Define it.
This commit is contained in:
parent
7ca846c8c9
commit
2e0fa826c9
1 changed files with 3 additions and 1 deletions
|
@ -255,7 +255,9 @@ (define-team translations
|
|||
|
||||
(define-team installer
|
||||
(team 'installer
|
||||
#:name "Installer script and system installer"))
|
||||
#:name "Installer script and system installer"
|
||||
#:scope
|
||||
(list (make-regexp "^guix/installer(\\.scm$|/)"))))
|
||||
|
||||
(define-team home
|
||||
(team 'home
|
||||
|
|
Loading…
Reference in a new issue