7 lines
171 B
Nix
7 lines
171 B
Nix
{ callPackage, makeSetupHook }:
|
|
|
|
makeSetupHook {
|
|
name = "postgresql-test-hook";
|
|
passthru.tests = { simple = callPackage ./test.nix { }; };
|
|
} ./postgresql-test-hook.sh
|