feat(bin): Add ninja & meson CLI tools

This commit is contained in:
Vincent Ambo 2020-05-17 02:49:13 +01:00
parent 3a7434a088
commit cf8cd640c1
4 changed files with 10 additions and 0 deletions

View file

@ -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

1
bin/meson Symbolic link
View file

@ -0,0 +1 @@
__dispatch.sh

1
bin/ninja Symbolic link
View file

@ -0,0 +1 @@
__dispatch.sh

View file

@ -74,10 +74,12 @@ let
makeFontsConf
makeWrapper
mdbook
meson
mime-types
moreutils
nano
nginx
ninja
nix
openssh
openssl