From 8a24b41b333bce25e698d2e4b87f4b4f6548772c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 7 Feb 2017 22:34:42 +0100 Subject: Add hlint --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 27b7d06..7afbfab 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,7 @@ let drv = haskellPackages.callPackage ./postdelay.nix {}; in pkgs.stdenv.lib.overrideDerivation drv.env (oldAttrs: { - buildInputs = oldAttrs.buildInputs ++ (with pkgs; [ cabal2nix gup ]); + buildInputs = oldAttrs.buildInputs ++ (with pkgs; [ cabal2nix gup haskellPackages.hlint ]); shellHook = '' ${oldAttrs.shellHook} export PROMPT_INFO="${oldAttrs.name}" -- cgit v1.2.3