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. # 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 =
+2 -1
View File
@@ -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