{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.rustc pkgs.cargo ]; }