I am trying to shift my system to Nix, and I use a lot of tools written in rust using cargo install. Some of them don't have Nix packages yet. This seems like a good tool for generating the Nix expression so I can use it atleast for myself. But afaict for now it would require me to clone the github to generate the nix expression
Are there any workarounds or do you think this feature would be useful?
I am trying to shift my system to Nix, and I use a lot of tools written in rust using
cargo install
. Some of them don't have Nix packages yet. This seems like a good tool for generating the Nix expression so I can use it atleast for myself. But afaict for now it would require me to clone the github to generate the nix expressionAre there any workarounds or do you think this feature would be useful?