Skip to content

Commit

Permalink
pkgs/test/by-name: init
Browse files Browse the repository at this point in the history
Adds an internal CLI tool to verify Nixpkgs to conform to RFC 140
  • Loading branch information
infinisil committed Aug 25, 2023
1 parent 87c5a6a commit 4f09644
Show file tree
Hide file tree
Showing 102 changed files with 1,549 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
/pkgs/build-support/setup-hooks/auto-patchelf.py @layus
/pkgs/pkgs-lib @infinisil

# pkgs/by-name
/pkgs/test/by-name @infinisil

# Nixpkgs build-support
/pkgs/build-support/writers @lassulus @Profpatsch

Expand Down
2 changes: 2 additions & 0 deletions pkgs/test/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,6 @@ with pkgs;
};

pkgs-lib = recurseIntoAttrs (import ../pkgs-lib/tests { inherit pkgs; });

nixpkgsCheckByName = callPackage ./nixpkgs-check-by-name { };
}
1 change: 1 addition & 0 deletions pkgs/test/nixpkgs-check-by-name/.envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix
2 changes: 2 additions & 0 deletions pkgs/test/nixpkgs-check-by-name/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target
.direnv
Loading

0 comments on commit 4f09644

Please sign in to comment.