repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python311Packages.moto: 4.2.6 -> 4.2.10
[NixPkgs.git]
/
pkgs
/
build-support
/
setup-hooks
/
postgresql-test-hook
/
default.nix
blob
e9e77b0bbe6f8fa39528b2861d22876a142e1eba
1
{ callPackage, makeSetupHook }:
2
3
makeSetupHook {
4
name = "postgresql-test-hook";
5
passthru.tests = {
6
simple = callPackage ./test.nix { };
7
};
8
} ./postgresql-test-hook.sh