with (import {}); haskell.lib.buildStackProject { name = "myenv"; buildInputs = [ zlib stack psc-package (callPackage ./nix/purescript.nix {}) nodePackages.nodemon tmux tmuxinator nodejs-8_x ]; shellHook = '' export PATH=node_modules/.bin:$PATH; ''; }