From 8e448ffc31685427afaee62a0379c33525769a6a Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 5 Mar 2017 15:44:50 +0100 Subject: Use stack --- shell.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 6ede61e..6723108 100644 --- a/shell.nix +++ b/shell.nix @@ -2,16 +2,9 @@ with import {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = with pkgs; [ - cabal-install - cabal2nix + nodePackages.nodemon tmux tmuxinator - nodePackages.nodemon - (haskellPackages.ghcWithPackages (p: with p; [ - (haskell.lib.dontCheck hakyll) - (haskell.lib.dontCheck clay) - text - ])) ]; }; } -- cgit v1.2.3