Comment on Nix at work: FlakeHub Cache and private flakesparentComments−gaganyaan1yNot sure if you know this, but this is the way to add dependencies to bash scripts:https://nixos.wiki/wiki/Nix-shell_shebangIt should add everything to $PATH, so unless you've got hardcoded bin paths, there shouldn't be any problems.
Comments
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.