From 78c27063015459f2f13f43bc2a3034fced3b1f9c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 29 Oct 2025 09:57:44 +0000 Subject: [PATCH] feat(mise/config): re-enable bun --- config/mise/config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index bbefe6d..e56ba63 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -17,9 +17,7 @@ show_env = true show_tools = false [settings.npm] -# TODO: Re-enable bun when freezing issue is resolved: -# https://github.com/jdx/mise/discussions/4995 -bun = false +bun = true [settings.pipx] # Allow mise to install pipx packages without manual installation of pipx. @@ -92,6 +90,7 @@ aws-cli = "latest" bat = "latest" bat-extras = "latest" buf = "latest" +bun = "latest" cargo-binstall = "latest" crane = "latest" ctop = "latest"