mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
teams: Add nix/ directory to the scope of the ‘core’ team.
* etc/teams.scm (core): Add “^nix/” to the scope. Change-Id: If6c5e4a0ed4744285e7e055995ddd0cdc8ffd63e
This commit is contained in:
parent
848ebb7f72
commit
c29534228f
1 changed files with 2 additions and 1 deletions
|
@ -471,7 +471,8 @@ are accurate on Codeberg. Lookup team IDs among CURRENT-TEAMS."
|
||||||
"guix/workers.scm"
|
"guix/workers.scm"
|
||||||
(make-regexp* "^guix/platforms/")
|
(make-regexp* "^guix/platforms/")
|
||||||
(make-regexp* "^guix/scripts/")
|
(make-regexp* "^guix/scripts/")
|
||||||
(make-regexp* "^guix/store/"))))
|
(make-regexp* "^guix/store/")
|
||||||
|
(make-regexp* "^nix/"))))
|
||||||
|
|
||||||
(define-team core-packages
|
(define-team core-packages
|
||||||
(team 'core-packages
|
(team 'core-packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue