{ pkgs ? import {} }: { shell = pkgs.mkShell { buildInputs = [ pkgs.cargo pkgs.rustc pkgs.openssl pkgs.pkg-config ]; }; }