nix: Fix postgrest-check

This commit is contained in:
monacoremo
2021-09-23 22:36:58 +02:00
committed by Remo
parent add95c32ca
commit 2982c5de2e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ rec {
# Development tools.
devTools =
pkgs.callPackage nix/tools/devTools.nix { inherit tests style devCabalOptions hsie; };
pkgs.callPackage nix/tools/devTools.nix { inherit tests style devCabalOptions hsie withTools; };
# Docker images and loading script.
docker =
+2 -1
View File
@@ -10,6 +10,7 @@
, silver-searcher
, style
, tests
, withTools
}:
let
watch =
@@ -71,7 +72,7 @@ let
inRootDir = true;
}
''
${tests}/bin/postgrest-with-all ${tests}/bin/postgrest-test-spec
${withTools}/bin/postgrest-with-all ${tests}/bin/postgrest-test-spec
${tests}/bin/postgrest-test-spec-idempotence
${tests}/bin/postgrest-test-io
${style}/bin/postgrest-lint