diff options
author | Joris | 2017-03-24 09:21:04 +0000 |
---|---|---|
committer | Joris | 2017-03-24 09:21:04 +0000 |
commit | cfca18262c1ff48dcb683ddab7d03cf8e55573ff (patch) | |
tree | 8a438430cee7411259fc395d8f3898488e85d750 /shell.nix | |
parent | 293eb8295162bf0a038f488237db9c9d1316c04d (diff) |
Features/categories
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 37 |
1 files changed, 2 insertions, 35 deletions
@@ -3,44 +3,11 @@ with import <nixpkgs> {}; { name = "env"; buildInputs = with pkgs; [ elmPackages.elm - cabal-install - cabal2nix - nodejs + nodePackages.nodemon sqlite + stack tmux tmuxinator - nodePackages.nodemon - (haskellPackages.ghcWithPackages (p: with p; [ - scotty - wai - wai-middleware-static - http-types - http-conduit - time - text - blaze-builder - cookie - bytestring - persistent - persistent-sqlite - persistent-template - monad-logger - resourcet - transformers - blaze-html - clay - aeson - clientsession - uuid - mime-mail - mtl - lens - parsec - unordered-containers - containers - email-validate - config-manager - ])) ]; }; } |