-
you should see this in tomorrow's release, or you can install with cargo from main branch now: https://github.com/jdx/mise/pull/3414
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Did you try https://devenv.sh/? It uses Nix under the hood but with an improved DX experience. I haven't used it myself personally since I find Nix good enough but I am curious if you would still choose mise over devenv.
-
I read the project's Readme and all I'm left with is "why?".
I use Devbox[1] and get access to the entire Nix ecosystem, done.
[1] https://github.com/jetify-com/devbox
-
Justfile[0] was a more familiar makefiles replacement for me
[0]: https://github.com/casey/just
-
Have enjoyed replacing makefiles with https://taskfile.dev/ which looks like it could be more powerful due to being able to detect changes etc. But glad Just has been good.
-
there is a `mise generate github-action` command which uses https://github.com/jdx/mise-action
not sure I understand what you mean by "mise steps (having to rewrite / unable to use dependencies etc)."
-
You might enjoy https://poethepoet.natn.io/ it makes tasks easier, and you don't even need poetry to benefit from it (I use it with UV these days)
-
https://github.com/direnv/direnv/issues/443 but it is not clear to me if it is working for bash
-
process-compose-flake
A `flake-parts` module to spin up processes for development by leveraging `process-compose`
> This is already a solved problem with Nix shell (except the task runner part)
The task runner part is also solved in Nix. See
https://github.com/Platonic-Systems/process-compose-flake
and
https://github.com/juspay/services-flake
-
> This is already a solved problem with Nix shell (except the task runner part)
The task runner part is also solved in Nix. See
https://github.com/Platonic-Systems/process-compose-flake
and
https://github.com/juspay/services-flake
-
I switched to https://github.com/Schniz/fnm a while ago and it’s been fantastic. I also bake it into all of our Packer images at work.
-
I built my own version on nvm (called nsnvm, for "Nuño's stupid node version manager") to solve this. You can see it here: https://github.com/NunoSempere/nsnvm Absurdly fewer features (and might break npm install -g), but very worth it for me for the reduced startup times.