nix: Fix postgrest-check
This commit is contained in:
+1
-1
@@ -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 =
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user