Hacker News new | ask | show | jobs
by gaganyaan 609 days ago
Not sure if you know this, but this is the way to add dependencies to bash scripts:

https://nixos.wiki/wiki/Nix-shell_shebang

It should add everything to $PATH, so unless you've got hardcoded bin paths, there shouldn't be any problems.