| ▲ | zelphirkalt 5 hours ago | |
Question about Mise: Does it manage checksums or a lock file per environment somewhere? I scrolled through the getting started page and didn't see anything at first glance. | ||
| ▲ | ricardobeat 4 hours ago | parent | next [-] | |
Releases are signed, but lockfiles are not commonly used for this purpose. For your home env you'll usually want the latest version of every tool. When installing tools, or via mise.toml, you can define version ranges with the precision you'd like - "3" / "3.1" / "3.1.2". | ||
| ▲ | figmert 3 hours ago | parent | prev [-] | |
Mise supports lock files but also validates checksums when possible. | ||