diff options
author | Ben Sima <ben@bsima.me> | 2021-02-19 10:06:56 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-02-19 10:06:56 -0500 |
commit | 64c5858f7bc01fa9c0e0bc5726066ce6167bea81 (patch) | |
tree | 85d8ee6ce02679c26bf1e59134eb5e88d9c5b272 /Biz/Bild/Rules.nix | |
parent | c78119b0547cd9ef266db04a91a4d0e5be8340a8 (diff) |
Add support for hlint --refactor
Diffstat (limited to 'Biz/Bild/Rules.nix')
-rw-r--r-- | Biz/Bild/Rules.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild/Rules.nix b/Biz/Bild/Rules.nix index 4875455..fb36100 100644 --- a/Biz/Bild/Rules.nix +++ b/Biz/Bild/Rules.nix @@ -136,6 +136,7 @@ in rec { [ p.black p.pylint ])) # tools + nixpkgs.haskell.packages.${ghcCompiler}.apply-refact nixpkgs.cmark nixpkgs.figlet nixpkgs.haskell.packages.${ghcCompiler}.fast-tags |