Aqua backend doesn't handle vars in aqua registry
#7160
-
|
The aqua registry uses a vars attribute which includes variables for template strings. This was added in v2.31.0 (2024-08-29). It's currently only used for flutter and scenarigo. These aren't configured to use the aqua backend in the mise registry, but they are included in the baked-in version of the aqua registry. Being able to handle this would address issues others are having installing flutter with other backends: #5876, #4927 Output of `mise doctor` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Opened draft PR #9110 for aqua vars support: https://github.com/jdx/mise/pull/9110\n\n*This comment was generated by Copilot.* |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @risu729, as of v2026.4.19 the example documented on the Aqua Backend page (with the small change of specifying the full go version) now works: [tools]
"aqua:flutter/flutter" = { version = "3.32.8", channel = "stable" }
"aqua:scenarigo/scenarigo" = { version = "0.21.0", vars = { go_version = "1.24.1" } } |
Beta Was this translation helpful? Give feedback.
Opened draft PR #9110 for aqua vars support: https://github.com/jdx/mise/pull/9110\n\n*This comment was generated by Copilot.*