Skip to content

Commit c77821d

Browse files
samrosesoedirgo
authored andcommitted
chore: this substitution no longer needed
1 parent 7207d7a commit c77821d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,6 @@
670670
export GRN_PLUGINS_DIR=${supabase-groonga}/lib/groonga/plugins
671671
PGTAP_CLUSTER=$(mktemp -d)
672672
initdb --locale=C --username=supabase_admin -D "$PGTAP_CLUSTER"
673-
substitute ${./nix/tests/postgresql.conf.in} "$PGTAP_CLUSTER"/postgresql.conf \
674-
--subst-var-by PGSODIUM_GETKEY_SCRIPT "${getkey-script}/bin/pgsodium-getkey"
675673
echo "listen_addresses = '*'" >> "$PGTAP_CLUSTER"/postgresql.conf
676674
echo "port = 5435" >> "$PGTAP_CLUSTER"/postgresql.conf
677675
echo "host all all 127.0.0.1/32 trust" >> $PGTAP_CLUSTER/pg_hba.conf

0 commit comments

Comments
 (0)