2022-04-27 09:35:20 +00:00
|
|
|
{ callPackage, makeSetupHook }:
|
|
|
|
|
2022-10-21 18:38:19 +00:00
|
|
|
makeSetupHook {
|
2022-04-27 09:35:20 +00:00
|
|
|
name = "postgresql-test-hook";
|
|
|
|
passthru.tests = {
|
|
|
|
simple = callPackage ./test.nix { };
|
|
|
|
};
|
2022-10-21 18:38:19 +00:00
|
|
|
} ./postgresql-test-hook.sh
|