diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -2,16 +2,9 @@ with import <nixpkgs> {}; { 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 - ])) ]; }; } |