feat(bin): Add ninja & meson CLI tools
This commit is contained in:
parent
3a7434a088
commit
cf8cd640c1
4 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue