{ pkgs ? import { }, }: with pkgs; mkShell { buildInputs = [ rustc cargo ]; }