let pkgs = import { }; in pkgs.mkShell { buildInputs = with pkgs; [ rustc cargo rls rustfmt # lua pkg-config lua5_3 ]; }