{ pkgs ? import { } }: pkgs.mkShell { name = "lua-shell"; buildInputs = with pkgs; [ lua ]; }