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