Files
nixpkgs/pkgs/test/nixpkgs-check-by-name/tests/override-different-file/all-packages.nix
Silvan Mosberger 271eb02995 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.
2023-08-29 16:17:54 +02:00

4 lines
71 B
Nix

self: super: {
nonDerivation = self.callPackage ./someDrv.nix { };
}