added lua-dev & json/yaml plugin

This commit is contained in:
Salar Rahmanian 2021-07-15 22:19:17 -07:00
parent c11d9351a6
commit 2477fa1ecd
2 changed files with 14 additions and 5 deletions

View file

@ -201,6 +201,7 @@
pkgs.hugo
pkgs.hyperfine
pkgs.jansson
pkgs.jq
pkgs.maven
pkgs.multimarkdown
pkgs.ncdu
@ -231,5 +232,6 @@
pkgs.vscodium
pkgs.wget
pkgs.xz
pkgs.yq
];
}