From 8c75d5d72d4b939403b85de5f113fb56c62288d8 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 15 Dec 2023 01:33:18 -0500 Subject: [PATCH] debug ci --- nix/pgScript.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/pgScript.nix b/nix/pgScript.nix index 07159ab..6e36692 100644 --- a/nix/pgScript.nix +++ b/nix/pgScript.nix @@ -1,4 +1,4 @@ -{ postgresql, writeShellScriptBin, options ? "" } : +{ postgresql, tree, writeShellScriptBin, options ? "" } : let ver = builtins.head (builtins.splitVersion postgresql.version); @@ -20,6 +20,9 @@ let pg_ctl start -o "$default_options" -o "${options}" + pwd + ${tree}/bin/tree + cp ${../test/samples/all_movies.csv} $tmpdir/all_movies.csv cp ${../test/samples/all_movies.csv.bz2} $tmpdir/all_movies.csv.bz2