with import {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = with pkgs; [ stack nodePackages.nodemon tmux tmuxinator ]; }; }