diff --git a/nix/tools/style.nix b/nix/tools/style.nix index d63440632..0fcd7f3c9 100644 --- a/nix/tools/style.nix +++ b/nix/tools/style.nix @@ -25,14 +25,14 @@ let '' # Format Nix files ${statix}/bin/statix fix - ${nixpkgs-fmt}/bin/nixpkgs-fmt . > /dev/null 2> /dev/null + ${nixpkgs-fmt}/bin/nixpkgs-fmt . # Format Haskell files ${fd}/bin/fd '\.l?hs$' \ | xargs ${stylish-haskell}/bin/stylish-haskell -i # Format Python files - ${black}/bin/black . 2> /dev/null + ${black}/bin/black . ''; # Script to check whether any uncommitted changes result from postgrest-style