diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -7,6 +7,20 @@ with import <nixpkgs> {}; { tmux tmuxinator nodePackages.nodemon + (haskellPackages.ghcWithPackages (p: with p; [ + text + bytestring + containers + directory + time + http-conduit + tagsoup + mime-mail + blaze-html + blaze-markup + clay + config-manager + ])) ]; }; } |