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