From 5a63f7be9375e3ab888e4232dd7ef72c2f1ffae1 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 13 Nov 2017 23:56:40 +0100 Subject: Setup stylish-haskell --- tools.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tools.nix') diff --git a/tools.nix b/tools.nix index a06757e..f09ad13 100644 --- a/tools.nix +++ b/tools.nix @@ -1,12 +1,17 @@ with import {}; { env = stdenv.mkDerivation { name = "tools"; - buildInputs = with pkgs; [ - nodePackages.nodemon + buildInputs = with pkgs; with nodePackages; with haskellPackages; [ + nodemon sqlite cabal-install tmux tmuxinator + (import ./stylish-haskell { + inherit mkDerivation aeson base bytestring containers directory filepath + fetchFromGitHub haskell-src-exts mtl syb yaml stylish-haskell strict + optparse-applicative HUnit test-framework test-framework-hunit stdenv; + }) ]; }; } -- cgit v1.2.3