core/pkgs/build-support/setup-hooks/postgresql-test-hook/default.nix
2024-05-13 11:34:52 -04:00

9 lines
177 B
Nix

{ callPackage, makeSetupHook }:
makeSetupHook {
name = "postgresql-test-hook";
passthru.tests = {
simple = callPackage ./test.nix { };
};
} ./postgresql-test-hook.sh