{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ cmake gmp boost166 openssl doxygen ninja llvmPackages_12.clang ]; }