core/pkgs/build-support/setup-hooks/postgresql-test-hook/default.nix
2024-05-13 22:24:10 +01:00

7 lines
171 B
Nix

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