From f342ae9e8cc711d558e2b013243535f542dfbadc Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 7 May 2025 16:45:30 +0200 Subject: [PATCH] misc: add git-clang-format to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 5954f231ce..c5a0073c75 100644 --- a/shell.nix +++ b/shell.nix @@ -11,6 +11,7 @@ in with pkgs; rustc rust-cbindgen clang + libclang.python libllvm automake autoconf