about summary refs log tree commit diff
path: root/bin/__dispatch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/__dispatch.sh')
-rwxr-xr-xbin/__dispatch.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh
index 7988f16b77..7a18b8b834 100755
--- a/bin/__dispatch.sh
+++ b/bin/__dispatch.sh
@@ -38,6 +38,12 @@ case "${TARGET_TOOL}" in
   rebuilder)
     attr="ops.nixos.rebuilder"
     ;;
+  meson)
+    attr="third_party.meson"
+    ;;
+  ninja)
+    attr="third_party.ninja"
+    ;;
   *)
     echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
     exit 1