diff options
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 5774950..69fe5e1 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -137,7 +137,7 @@ rec { } // { env = ghc; }; env = let - linters = with nixpkgs.pkgs; [ ormolu hlint deadnix ]; + linters = with nixpkgs.pkgs; [ ormolu hlint deadnix indent ]; in nixpkgs.pkgs.mkShell { name = "bizdev"; # this should just be dev tools |