let pkgs = import {}; in pkgs.mkShell { nativeBuildInputs = [ pkgs.lld pkgs.rustup ]; }