๐Ÿ A very simple static Gemini server, now with Titan support!
cpp gemini titan gemini-protocol titan-protocol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(nix-shell): soft-pin build inputs

Fuwn e09f680b d8dbcc4e

+3 -2
+3 -2
shell.nix
··· 3 3 }: 4 4 pkgs.mkShell { 5 5 buildInputs = with pkgs; [ 6 - libressl 6 + libressl_3_9 7 7 ninja 8 - clang 8 + clang_19 9 + (llvmPackages_19.clang-tools.override { enableLibcxx = true; }) 9 10 ]; 10 11 }