From 898e7ed11ab0958fcdaf65b99b33f7b04787630a Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 24 Sep 2017 22:14:48 +0200 Subject: Bootstrap with GHCJS and reflex: - setup login and logout, - first draft of payment view. --- shell.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 83935d8..23a7255 100644 --- a/shell.nix +++ b/shell.nix @@ -5,9 +5,13 @@ with import {}; { elmPackages.elm nodePackages.nodemon sqlite - stack + cabal-install + cabal2nix tmux tmuxinator ]; + shellHook = '' + export PATH=node_modules/.bin:$PATH; + ''; }; } -- cgit v1.2.3