{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ pkgconfig openssl ]; }