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.
4 lines
68 B
Nix
4 lines
68 B
Nix
self: super: {
|
|
nonDerivation = self.callPackage ({ }: { }) { };
|
|
}
|