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