From 708917f58f6e06534b40f894412263b60be83718 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 3 May 2025 13:28:27 +0100 Subject: [PATCH] fix(mise): stop using bun until freezing issue is fixed --- config/mise/config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 407a549..17a4195 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -9,7 +9,9 @@ show_env = true show_tools = false [settings.npm] -bun = true +# TODO: Re-enable bun when freezing issue is resolved: +# https://github.com/jdx/mise/discussions/4995 +bun = false [settings.pipx] # Allow mise to install pipx packages without manual installation of pipx. @@ -70,7 +72,6 @@ argocd = "latest" aws-cli = "latest" bat = "latest" buf = "latest" -bun = "latest" cargo-binstall = "latest" crane = "latest" ctop = "latest"