summary refs log blame commit diff
path: root/pkgs/build-support/testers/default.nix
blob: 1d1effa37306faf15619c9dc651adcab63dfb070 (plain) (tree)
1
2
3
4



                                                                    
{ pkgs, lib, callPackage }:
{
  testEqualDerivation = callPackage ./test-equal-derivation.nix { };
}