From 0ce8744897b9aa13ea568a6985da9570e4aca90b Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 2 Feb 2020 13:53:54 +0100 Subject: Use zola generator - Use CSS instead of Haskell with Clay - Use TypeScript instead of PureScript --- shell.nix | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 71ec6df..15ea369 100644 --- a/shell.nix +++ b/shell.nix @@ -1,20 +1,14 @@ -with (import {}); - -haskell.lib.buildStackProject { - name = "myenv"; +with import (builtins.fetchTarball { + url = https://github.com/NixOS/nixpkgs/archive/19.09.tar.gz; + sha256 = "0mhqhq21y5vrr1f30qd2bvydv4bbbslvyzclhw0kdxmkgg3z4c92"; +}) {}; +mkShell { buildInputs = [ - zlib - stack - psc-package - (callPackage ./nix/purescript.nix {}) - nodePackages.nodemon + closurecompiler + nodePackages.typescript tmux tmuxinator - nodejs + zola ]; - - shellHook = '' - export PATH=node_modules/.bin:$PATH; - ''; } -- cgit v1.2.3