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