Content pfp
Content
@
0 reply
0 recast
2 reactions

Shane da Silva pfp
Shane da Silva
@sds
Anyone using mise (asdf/nvm/etc alternative, formally called rtx)? Interesting but perhaps risky to fuse tool version management with environment variable setting and traditional Makefile tasks—but a lower barrier to entry than nix. https://mise.jdx.dev
2 replies
0 recast
11 reactions

Dennis Zoma pfp
Dennis Zoma
@dennis
No but looks super interesting 🤓 One thing I've stumbled across recently is that you can manage Node versions via pnpm as well 🤯 https://pnpm.io/cli/env#use
1 reply
0 recast
0 reaction

Shane da Silva pfp
Shane da Silva
@sds
Didn’t know this was a pnpm feature. We often have multiple toolchains for a project, so it’s nice to utilize something that supports managing versions of multiple tools, which is where asdf (and now mise) seem to shine.
1 reply
0 recast
1 reaction

Dennis Zoma pfp
Dennis Zoma
@dennis
How do you handle lockfiles (esp. for reproducible deployments)? Or do you mean multiple toolchains across projects?
1 reply
0 recast
0 reaction