{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ lua-language-server stylua ]; }