diff --git a/modules/dev/lua.nix b/modules/dev/lua.nix index 9ee0592b..ef3f9fc4 100644 --- a/modules/dev/lua.nix +++ b/modules/dev/lua.nix @@ -21,6 +21,9 @@ in { lua # luarocks luarocks + # format and lint + stylua + selene ]; }; }