{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ nil lua-language-server ]; }