You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for developing a great plugin!
I own the dotfliles repository and use the common mise.toml across operating systems!
Some tools can only be installed or used on certain OS or architectures (e.g. aqua tools with supported_env specified), and mise install does not always succeed on every OS.
Therefore, we propose the following option to specify the OSs which allow mise to install them.
[tools]
sometool = { version = "1.0.0", os = ["linux"] }
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thanks for developing a great plugin!
I own the dotfliles repository and use the common mise.toml across operating systems!
Some tools can only be installed or used on certain OS or architectures (e.g. aqua tools with
supported_env
specified), andmise install
does not always succeed on every OS.Therefore, we propose the following option to specify the OSs which allow mise to install them.
Beta Was this translation helpful? Give feedback.
All reactions