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