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

7 lines
171 B
Nix
Raw Normal View History

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