about summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/__dispatch.sh3
l---------bin/depot-nixpkgs-update1
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh
index a4fa75358d..535c9b48ab 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 0000000000..8390ec9c96
--- /dev/null
+++ b/bin/depot-nixpkgs-update
@@ -0,0 +1 @@
+__dispatch.sh
\ No newline at end of file