{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ rustc cargo gcc git rustfmt clippy openssh ]; RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; }