diff options
author | Ben Sima <ben@bsima.me> | 2021-01-15 14:04:04 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-15 14:19:24 -0500 |
commit | 25c02fbf517888238097cf82879eef3cd3828626 (patch) | |
tree | 674564063f60b685b9016b5e057e967b217654c9 /Biz/Bild/Rules.nix | |
parent | a15109d3679f6b0c411a6755448e636464b37def (diff) |
Port lint to Haskell
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 17461ef..c18c56e 100644 --- a/Biz/Bild/Rules.nix +++ b/Biz/Bild/Rules.nix @@ -152,6 +152,7 @@ in rec { nixpkgs.ormolu nixpkgs.python37Packages.black nixpkgs.python37Packages.pylint + nixpkgs.shellcheck nixpkgs.wemux (pkgs.writeScriptBin "ftags" (builtins.readFile ../Ide/ftags.sh)) ]; |