1{ pkgs ? import <nixos-unstable> { } }: 2pkgs.mkShell { packages = with pkgs; [ nil lua-language-server ]; }