with import {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = with pkgs; [ sbt tmux tmuxinator webfs ]; }; }