I recently installed a tool (pulled from github) for a project, but I need to use it as a “tern init …” command. However, it asks if I want to install another package that has nothing to do with what I want.
Is there a way to install this tool? Or does Nix really not allow it? Or is there a Nix configuration for external packages or commands?
Try adding the path of compiled binary to PATH
or alternatively, use them directly ./path/to/bin