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