diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/__dispatch.sh | 3 | ||||
l--------- | bin/depot-nixpkgs-update | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index a4fa75358def..535c9b48ab9f 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -19,6 +19,9 @@ case "${TARGET_TOOL}" in depot-build) attr="tools.depot-build" ;; + depot-nixpkgs-update) + attr="tools.depot-nixpkgs-update" + ;; gerrit) attr="tools.gerrit-cli" ;; diff --git a/bin/depot-nixpkgs-update b/bin/depot-nixpkgs-update new file mode 120000 index 000000000000..8390ec9c9652 --- /dev/null +++ b/bin/depot-nixpkgs-update @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file |