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