summary refs log tree commit diff
path: root/pkgs/test/nixpkgs-check-by-name/tests/override-no-file/all-packages.nix
blob: 4c521d2d4468437e72efae680dfe38d7c65ceb27 (plain) (blame)
1
2
3
self: super: {
  nonDerivation = self.callPackage ({ }: { }) { };
}