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
nerdfonts: fix wrong attribute name in error message (#364463)
[NixPkgs.git]
/
pkgs
/
by-name
/
po
/
postgresqlTestHook
/
package.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