with import {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = with pkgs; [ stack purescript nodePackages.nodemon nodePackages.bower yarn tmux tmuxinator nodejs-8_x ]; shellHook = '' export PATH=node_modules/.bin:$PATH; ''; }; }