nix: Make postgrest-lint fail on dead nix code

This commit is contained in:
Wolfgang Walther
2024-05-04 20:34:59 +02:00
parent 1ca2d1f8be
commit cdcab34852
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ let
${actionlint}/bin/actionlint ${actionlint}/bin/actionlint
echo "Scanning nix files for unused code..." echo "Scanning nix files for unused code..."
${deadnix}/bin/deadnix ${deadnix}/bin/deadnix -f
echo "Checking consistency of import aliases in Haskell code..." echo "Checking consistency of import aliases in Haskell code..."
${hsie} check-aliases main src ${hsie} check-aliases main src
-1
View File
@@ -15,7 +15,6 @@
, stdenv , stdenv
, weeder , weeder
, withTools , withTools
, yq
}: }:
let let
testSpec = testSpec =