summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-31 22:41:09 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-09-05 16:10:50 +0200
commitf6467c357419d70d8f32816fe68b9bde6278f8b0 (patch)
tree9215a2a77dc61588e91aa9aa4f911660e5dda064 /.github/CODEOWNERS
parentbb34f4d1a6a7fc413b5e695ebefd0ebfc6e6c77e (diff)
downloadnixpkgs-f6467c357419d70d8f32816fe68b9bde6278f8b0.tar
nixpkgs-f6467c357419d70d8f32816fe68b9bde6278f8b0.tar.gz
nixpkgs-f6467c357419d70d8f32816fe68b9bde6278f8b0.tar.bz2
nixpkgs-f6467c357419d70d8f32816fe68b9bde6278f8b0.tar.lz
nixpkgs-f6467c357419d70d8f32816fe68b9bde6278f8b0.tar.xz
nixpkgs-f6467c357419d70d8f32816fe68b9bde6278f8b0.tar.zst
nixpkgs-f6467c357419d70d8f32816fe68b9bde6278f8b0.zip
pkgs/by-name: Introduce
This introduces the `pkgs/by-name` directory as proposed by RFC 140.
Included are:
- The implementation to add packages defined in that directory to the
  top-level package scope
- Contributer documentation on how to add packages to it
- A GitHub Actions workflow to check the structure of it on all PRs
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f5679a1a142..79ba7b7c520 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -49,6 +49,9 @@
 
 # pkgs/by-name
 /pkgs/test/nixpkgs-check-by-name @infinisil
+/pkgs/by-name/README.md @infinisil
+/pkgs/top-level/by-name-overlay.nix @infinisil
+/.github/workflows/check-by-name.nix @infinisil
 
 # Nixpkgs build-support
 /pkgs/build-support/writers @lassulus @Profpatsch