Replies: 2 comments 1 reply
-
I'd use |
Beta Was this translation helpful? Give feedback.
1 reply
-
I went with an external script that would return the version I wanted. Maybe there's a better way of doing it, but this works for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! First, thanks for
mise
, I'm a HUGE fan and I've appreciated the improvements fromasdf -> rtx -> mise
.I have 2 Linux machines and a Mac, and one of the plugins I use is Linux-only, and I install it with the Cargo backend:
cargo:i3status-rs" = "latest"
. This fails on my Mac though because it's fundamentally not compatible, makes sense.I looked through the config and cargo backend docs and didn't find what I was looking for, but is there a way in the
config.toml
to specify the platform that a tool should be installed on? Or is there another trick you have to achieve the same result?Maybe I need to use profiles or templates and somehow no-op?
Beta Was this translation helpful? Give feedback.
All reactions