core/pkgs/build-support/setup-hooks/postgresql-test-hook/default.nix

9 lines
177 B
Nix
Raw Normal View History

2024-05-02 00:46:19 +00:00
{ callPackage, makeSetupHook }:
makeSetupHook {
name = "postgresql-test-hook";
passthru.tests = {
simple = callPackage ./test.nix { };
};
} ./postgresql-test-hook.sh