From 721e5b923a7b22246c3acc1f3eb7dd0c627be1af Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 17 Mar 2025 12:50:06 +0400 Subject: [PATCH] try fix script --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 82778dd..8a27826 100644 --- a/lib.nix +++ b/lib.nix @@ -142,7 +142,7 @@ in name = "run-postgres"; text = '' set -euo pipefail - export PGDATA=$(realpath ${data_dir}) PGHOST=$(realpath (${runtimeDir}) PGPORT=${builtins.toString port} + export PGDATA=$(realpath ${data_dir}) PGHOST=$(realpath ${runtimeDir}) PGPORT=${builtins.toString port} mkdir -p ${lib.escapeShellArg runtimeDir} ${setupScript}/bin/setup-postgres ${package}/bin/postgres