diff --git a/default.nix b/default.nix index 68e0556..7fbfa09 100644 --- a/default.nix +++ b/default.nix @@ -5,7 +5,7 @@ pkgs.mkShell { packages = with pkgs; [ # Choose the build tools that you need act - luacheck + lua51Packages.luacheck stylua ]; }