From 40b1dccc549f52bcb906c239c2254cca0477902f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 17 Apr 2021 12:55:53 +0200 Subject: [PATCH] nix(fix): Load withTmpDb into nix to have shellcheck run on it --- nix/withtools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/withtools.nix b/nix/withtools.nix index 0e7288567..6415c3735 100644 --- a/nix/withtools.nix +++ b/nix/withtools.nix @@ -19,7 +19,7 @@ let if test ! -v PGRST_DB_URI; then export PATH=${postgresql}/bin:"$PATH" - exec test/with_tmp_db "$@" + exec ${../test/with_tmp_db} "$@" else "$@" fi