Skip to content

Commit

Permalink
nix: fix postgrest-check
Browse files Browse the repository at this point in the history
  • Loading branch information
monacoremo committed Sep 21, 2021
1 parent 0e0e18d commit 4e4bb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
3 changes: 2 additions & 1 deletion nix/tools/devTools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
, silver-searcher
, style
, tests
, withTools
}:
let
watch =
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e4bb82

Please sign in to comment.