From 14858277fb74c3788af1226f37b22089229edc34 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 29 Oct 2016 21:43:37 +0200 Subject: Use Hakyll to generate web pages --- shell.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..eb2427e --- /dev/null +++ b/shell.nix @@ -0,0 +1,17 @@ +with import {}; { + env = stdenv.mkDerivation { + name = "env"; + buildInputs = with pkgs; [ + # ghc + cabal-install + cabal2nix + tmux + tmuxinator + (haskellPackages.ghcWithPackages (p: with p; [ + (haskell.lib.dontCheck hakyll) + clay + text + ])) + ]; + }; +} -- cgit v1.2.3