feat(tools): Add dispatcher script to transparently access tools
Initial version of tool provider via Nix. This requires two separate steps for adding a new tool: 1. New symlink in tools/bin to point at the dispatch script. 2. Mapping of tool to Nix package set attribute in dispatch script.
This commit is contained in:
parent
c31a0b552b
commit
892493a478
3 changed files with 36 additions and 0 deletions
1
tools/bin/git-appraise
Symbolic link
1
tools/bin/git-appraise
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
__dispatch.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue