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 @@ and the maven-build-system."))
|
|||
|
||||
(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
|
||||
|
|
Reference in a new issue