Merge pull request #250885 from tweag/spp-1a

[RFC 140] Simple package paths, part 1a: Checking tool
This commit is contained in:
Silvan Mosberger
2023-08-29 16:36:26 +02:00
committed by GitHub
104 changed files with 1627 additions and 0 deletions

3
.github/CODEOWNERS vendored
View File

@@ -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