{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ cargo rustc ]; RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; }