summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-23 04:22:41 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-29 16:17:54 +0200
commit271eb0299503892944986eb381b79ec09ea2f2a4 (patch)
tree0548e8ae5c981fc09f15365d95a05e63d790bcb1 /pkgs/test/default.nix
parent87c5a6a84fcb94fd52507c24bb31c3b844775190 (diff)
downloadnixpkgs-271eb0299503892944986eb381b79ec09ea2f2a4.tar
nixpkgs-271eb0299503892944986eb381b79ec09ea2f2a4.tar.gz
nixpkgs-271eb0299503892944986eb381b79ec09ea2f2a4.tar.bz2
nixpkgs-271eb0299503892944986eb381b79ec09ea2f2a4.tar.lz
nixpkgs-271eb0299503892944986eb381b79ec09ea2f2a4.tar.xz
nixpkgs-271eb0299503892944986eb381b79ec09ea2f2a4.tar.zst
nixpkgs-271eb0299503892944986eb381b79ec09ea2f2a4.zip
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 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 6bfa1c4393c..b9d75c790da 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -93,4 +93,6 @@ with pkgs;
   };
 
   pkgs-lib = recurseIntoAttrs (import ../pkgs-lib/tests { inherit pkgs; });
+
+  nixpkgs-check-by-name = callPackage ./nixpkgs-check-by-name { };
 }