From 1247848d76712bad1e47b2b67969db3456f04e75 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 25 Aug 2019 23:06:48 +0100 Subject: refactor(tazblog): Implement HLint lints in all files --- services/tazblog/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/tazblog/shell.nix') diff --git a/services/tazblog/shell.nix b/services/tazblog/shell.nix index 196ffc983a34..021c3db31d31 100644 --- a/services/tazblog/shell.nix +++ b/services/tazblog/shell.nix @@ -7,5 +7,5 @@ let tazblog = import ./tazblog.nix; ghc = pkgs.ghc.withPackages(p: map (x: p."${x}") depNames); in pkgs.stdenv.mkDerivation { name = "shell"; - buildInputs = [ ghc ]; + buildInputs = [ ghc pkgs.hlint ]; } -- cgit 1.4.1