馃崄 A very simple static Gemini server, now with Titan support!
cpp gemini titan gemini-protocol titan-protocol
at main 11 lines 195 B view raw
1{ 2 pkgs ? import <nixpkgs> { }, 3}: 4pkgs.mkShell { 5 buildInputs = with pkgs; [ 6 libressl_3_9 7 ninja 8 clang_19 9 (llvmPackages_19.clang-tools.override { enableLibcxx = true; }) 10 ]; 11}