scottmuc / infrastructure

Documentation / Automation for personal third-party infrastructure
The Unlicense
11 stars 2 forks source link

Trying out `mise` as an alternative to `asdf` #81

Open scottmuc opened 2 months ago

scottmuc commented 2 months ago

One of the things I don't like about asdf is that it requires you to specify a specific version. I much prefer declaring a dependency and having a version resolution create a some form of lock file.

The tool I want to try is mise. Not going to lie, but the name is a bit of a draw since I enjoy and follow the tactic of mise-en-place when I cook. That being said, I'm not sure how interested I am in the direnv-like functionality and the make-like functionality.

This might be another stop on my journey to eventually use nix.

Note, asdf was introduced in https://github.com/scottmuc/infrastructure/issues/49