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