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