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