nix: add statix to postgrest-style

This commit is contained in:
monacoremo
2021-11-02 23:10:23 +01:00
committed by Remo
parent 162c4e38af
commit 2357961f48
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -6,6 +6,7 @@
, nixpkgs-fmt
, shellcheck
, silver-searcher
, statix
, stylish-haskell
}:
let
@@ -18,6 +19,7 @@ let
}
''
# Format Nix files
${statix}/bin/statix fix
${nixpkgs-fmt}/bin/nixpkgs-fmt . > /dev/null 2> /dev/null
# Format Haskell files