feat(mise): add lua + luajit + luarocks #41

Merged
joao.dubas merged 1 commits from jpd-add-template-for-git-config into main 2024-05-06 11:53:22 +00:00
2 changed files with 4 additions and 0 deletions

View File

@ -201,6 +201,8 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
kubectl \
kubie \
lefthook \
lua \
luajit \
poetry \
ripgrep \
rust \

View File

@ -15,6 +15,8 @@ k9s = "0.32.3"
kubectl = "1.29.3"
kubie = "0.23.0"
lefthook = "1.6.7"
lua = "5.4.6"
luajit = "2.0.5--2.4.4"
node = "21.7.1"
poetry = "1.8.2"
python = "3.12.2"