commit ff4f884296297eb7fa62f7e9326c094cdaf5f9cd parent a6b8018d3846123bf25de80e7100e96a0e63a7d3 Author: Jared Tobin <jared@jtobin.io> Date: Fri, 10 Jul 2026 16:19:44 -0230 flake: add clang to shell Diffstat:
| M | flake.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -88,6 +88,7 @@ cabal cc llvm + clang ]; doBenchmark = true;