nix: Fix postgrest-check
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ rec {
|
|||||||
|
|
||||||
# Development tools.
|
# Development tools.
|
||||||
devTools =
|
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 images and loading script.
|
||||||
docker =
|
docker =
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
, silver-searcher
|
, silver-searcher
|
||||||
, style
|
, style
|
||||||
, tests
|
, tests
|
||||||
|
, withTools
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
watch =
|
watch =
|
||||||
@@ -71,7 +72,7 @@ let
|
|||||||
inRootDir = true;
|
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-spec-idempotence
|
||||||
${tests}/bin/postgrest-test-io
|
${tests}/bin/postgrest-test-io
|
||||||
${style}/bin/postgrest-lint
|
${style}/bin/postgrest-lint
|
||||||
|
|||||||
Reference in New Issue
Block a user