We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d255d commit e69a8a1Copy full SHA for e69a8a1
nix/ext/pg_graphql.nix
@@ -19,6 +19,7 @@ buildPgrxExtension_0_11_3 rec {
19
env = lib.optionalAttrs stdenv.isDarwin {
20
POSTGRES_LIB = "${postgresql}/lib";
21
RUSTFLAGS = "-C link-arg=-undefined -C link-arg=dynamic_lookup";
22
+ PGPORT = "5434";
23
};
24
cargoHash = "sha256-WkHufMw8OvinMRYd06ZJACnVvY9OLi069nCgq3LSmMY=";
25
nix/ext/pg_jsonschema.nix
@@ -22,6 +22,7 @@ buildPgrxExtension_0_11_3 rec {
+ PGPORT = "5433";
26
27
cargoHash = "sha256-VcS+efMDppofuFW2zNrhhsbC28By3lYekDFquHPta2g=";
28
0 commit comments