mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:46:42 +00:00
fix(mise): stop using bun until freezing issue is fixed
This commit is contained in:
@@ -9,7 +9,9 @@ show_env = true
|
|||||||
show_tools = false
|
show_tools = false
|
||||||
|
|
||||||
[settings.npm]
|
[settings.npm]
|
||||||
bun = true
|
# TODO: Re-enable bun when freezing issue is resolved:
|
||||||
|
# https://github.com/jdx/mise/discussions/4995
|
||||||
|
bun = false
|
||||||
|
|
||||||
[settings.pipx]
|
[settings.pipx]
|
||||||
# Allow mise to install pipx packages without manual installation of pipx.
|
# Allow mise to install pipx packages without manual installation of pipx.
|
||||||
@@ -70,7 +72,6 @@ argocd = "latest"
|
|||||||
aws-cli = "latest"
|
aws-cli = "latest"
|
||||||
bat = "latest"
|
bat = "latest"
|
||||||
buf = "latest"
|
buf = "latest"
|
||||||
bun = "latest"
|
|
||||||
cargo-binstall = "latest"
|
cargo-binstall = "latest"
|
||||||
crane = "latest"
|
crane = "latest"
|
||||||
ctop = "latest"
|
ctop = "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user