chore(mise/tools): install eza via cargo backend

Because eza does not provide binaries for macOS, we can't use the ubi
backend. But via the cargo backend and cargo-binstall, we can install it
from a pre-built binary easily enough.

This removes the need for using the eza asdf plugin.
This commit is contained in:
2024-10-27 01:30:41 +01:00
parent b753d6af61
commit f4a409071e

View File

@@ -17,6 +17,7 @@ show_tools = false
"cargo:cargo-info" = "latest"
"cargo:cargo-update" = "latest"
"cargo:dirstat-rs" = "latest"
"cargo:eza" = "latest"
"cargo:hexyl" = "latest"
"cargo:kubectl-watch" = "latest"
"cargo:paper-terminal" = "latest"
@@ -91,7 +92,6 @@ actionlint = "latest"
cargo-binstall = "latest"
ctop = "latest"
direnv = "latest"
eza = "latest"
gh = "latest"
go = "latest"
hadolint = "latest"