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)
|
rebuilder)
|
||||||
attr="ops.nixos.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."
|
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
1
bin/meson
Symbolic link
1
bin/meson
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
__dispatch.sh
|
1
bin/ninja
Symbolic link
1
bin/ninja
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
__dispatch.sh
|
2
third_party/default.nix
vendored
2
third_party/default.nix
vendored
|
@ -74,10 +74,12 @@ let
|
||||||
makeFontsConf
|
makeFontsConf
|
||||||
makeWrapper
|
makeWrapper
|
||||||
mdbook
|
mdbook
|
||||||
|
meson
|
||||||
mime-types
|
mime-types
|
||||||
moreutils
|
moreutils
|
||||||
nano
|
nano
|
||||||
nginx
|
nginx
|
||||||
|
ninja
|
||||||
nix
|
nix
|
||||||
openssh
|
openssh
|
||||||
openssl
|
openssl
|
||||||
|
|
Loading…
Reference in a new issue