From f6a73e5bd6a5e2d7d4eb9c8a14bdf1a0c8a4ac4c Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 4 Apr 2017 23:40:54 +0200 Subject: Bootstrap purescript --- shell.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..283438f --- /dev/null +++ b/shell.nix @@ -0,0 +1,16 @@ +with import {}; { + env = stdenv.mkDerivation { + name = "env"; + buildInputs = with pkgs; [ + nodejs-7_x + nodePackages.bower + purescript + tmux + tmuxinator + webfs + ]; + shellHook = '' + export PATH=node_modules/.bin:$PATH; + ''; + }; +} -- cgit v1.2.3