diff options
Diffstat (limited to 'bin/__dispatch.sh')
-rwxr-xr-x | bin/__dispatch.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index 7988f16b77cb..7a18b8b834a7 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 |