bolt4

Onion routing protocol, per BOLT #4 (docs.ppad.tech/bolt4).
git clone git://git.ppad.tech/bolt4.git
Log | Files | Refs | README | LICENSE

commit 8a980f7aefcfb593bc0724cb2decfde50bd734d2
parent 9105efd259bc3e6b5cf3163dd10f11898dc06e5b
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:23:11 -0230

flake: add clang to shell

Diffstat:
Mflake.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -162,6 +162,7 @@ cabal cc llvm + clang ]; shellHook = ''