bolt1

Base Lightning protocol, per BOLT #1 (docs.ppad.tech/bolt1).
git clone git://git.ppad.tech/bolt1.git
Log | Files | Refs | README | LICENSE

commit 507af14c14be9fbaa27992357aa25e40c443daee
parent 2b5a7449963ef9e30c752f753d439ce585899e56
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:22:19 -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 @@ -58,6 +58,7 @@ cabal cc llvm + clang ]; shellHook = ''