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