{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.rustup pkgs.gcc ]; }