From 4e2c2d1728603e1cb5059eb1467b02639c0d59e0 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 17 Mar 2025 13:53:12 +0400 Subject: [PATCH] remove unix socket from pg --- lib.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib.nix b/lib.nix index 9d12207..d0ff630 100644 --- a/lib.nix +++ b/lib.nix @@ -146,7 +146,6 @@ in PGDATA=$RUNTIME_PATH/${name} PGHOST=$RUNTIME_PATH/${name} PGPORT=${builtins.toString port} - mkdir -p "$PGHOST" echo "Starting postgres with PGDATA=''${PGDATA} PGHOST=''${PGHOST} PGPORT=''${PGPORT}" export PGDATA PGHOST PGPORT ${setupScript}/bin/setup-postgres