diff options
author | Silvan Mosberger | 2023-08-23 04:22:41 +0200 |
---|---|---|
committer | Silvan Mosberger | 2023-08-29 16:17:54 +0200 |
commit | 271eb0299503892944986eb381b79ec09ea2f2a4 (patch) | |
tree | 0548e8ae5c981fc09f15365d95a05e63d790bcb1 /.github/CODEOWNERS | |
parent | 87c5a6a84fcb94fd52507c24bb31c3b844775190 (diff) |
pkgs/test/nixpkgs-check-by-name: init
Adds an internal CLI tool to verify Nixpkgs to conform to RFC 140. See pkgs/test/nixpkgs-check-by-name/README.md for more information.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bcacc956c4f6..592bb0c4eec9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,6 +47,9 @@ /pkgs/build-support/setup-hooks/auto-patchelf.py @layus /pkgs/pkgs-lib @infinisil +# pkgs/by-name +/pkgs/test/nixpkgs-check-by-name @infinisil + # Nixpkgs build-support /pkgs/build-support/writers @lassulus @Profpatsch |