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