about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-04T00·35-0400
committerglittershark <grfn@gws.fyi>2020-07-04T15·30+0000
commit020f6081cdd8a4609fb820da114c156e829559f5 (patch)
tree408abd61a9cf0dbad3c1eef970d6964c70c90ca9
parent9b8d3185fe6cee9231ed20a1dbf0240d0c459a39 (diff)
feat(xan): Install hlint in shell r/1208
Change-Id: I93035bc05ff7f47515efe18703f296129ed9e7f8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/911
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
-rw-r--r--users/glittershark/xanthous/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/shell.nix b/users/glittershark/xanthous/shell.nix
index dd747b740c..9881e6bf04 100644
--- a/users/glittershark/xanthous/shell.nix
+++ b/users/glittershark/xanthous/shell.nix
@@ -10,6 +10,7 @@
     cabal-install
     ghc-prof-flamegraph
     hp2pretty
+    hlint
     pkgs.haskell-language-server.ghc883
   ];
 }