tx

Minimal transaction primitives (docs.ppad.tech/tx).
git clone git://git.ppad.tech/tx.git
Log | Files | Refs | README | LICENSE

commit 0654d3f60af6e63109bf05224d15905fc5b70fc1
parent 51da711bbd2e26688ba482dbb61024852d6f559a
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:21:57 -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 @@ -74,6 +74,7 @@ cabal cc llvm + clang ]; doBenchmark = true;