let pkgs = import {}; in pkgs.mkShell { packages = with pkgs; [ # Choose the build tools that you need act lua51Packages.luacheck stylua ]; }