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:
Ludovic Courtès 2025-05-28 19:30:06 +02:00
parent 848ebb7f72
commit c29534228f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -471,7 +471,8 @@ are accurate on Codeberg. Lookup team IDs among CURRENT-TEAMS."
"guix/workers.scm"
(make-regexp* "^guix/platforms/")
(make-regexp* "^guix/scripts/")
(make-regexp* "^guix/store/"))))
(make-regexp* "^guix/store/")
(make-regexp* "^nix/"))))
(define-team core-packages
(team 'core-packages