From 405227bf7a1f42879114caaf53d75137a2874593 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 17 Mar 2025 12:57:01 +0400 Subject: [PATCH] try fix script --- lib.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.nix b/lib.nix index 75d89c9..bee8fb1 100644 --- a/lib.nix +++ b/lib.nix @@ -147,6 +147,7 @@ in PGDATA=$(realpath ${data_dir}) PGHOST=$(realpath ${runtimeDir}) PGPORT=${builtins.toString port} + echo "Starting postgres with PGDATA=''${PGDATA} PGHOST=''${PGHOST} PGPORT=''${PGPORT}" export PGDATA PGHOST PGPORT ${setupScript}/bin/setup-postgres ${package}/bin/postgres