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 =