diff options
author | Joris | 2017-02-23 10:21:12 +0100 |
---|---|---|
committer | Joris | 2017-02-23 10:21:12 +0100 |
commit | 0079d42ef128a1d91daa4f483f2b65e3e9b6bfdc (patch) | |
tree | 74fc9840598a6931e5deb8a145054e0f00fe8988 /shell.nix | |
parent | 8e396abf9f55141f3b6ebab4577edefcbc010c10 (diff) |
Add shortbread recipe
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ with import <nixpkgs> {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = with pkgs; [ - # ghc cabal-install cabal2nix tmux tmuxinator + nodePackages.nodemon (haskellPackages.ghcWithPackages (p: with p; [ (haskell.lib.dontCheck hakyll) - clay + (haskell.lib.dontCheck clay) text ])) ]; |