nix: Hook hsie check-aliases into postgrest-lint

This commit is contained in:
monacoremo
2021-11-05 08:08:00 +01:00
committed by Remo
parent d16a4a9a2b
commit 71262fbc5c
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ rec {
# Linting and styling tools.
style =
pkgs.callPackage nix/tools/style.nix { };
pkgs.callPackage nix/tools/style.nix { inherit hsie; };
# Scripts for running tests.
tests =