devshell: add git-clang-format

This is useful to reformat only changed hunks of a file via
`clang-format`.

Change-Id: I9aa8526d75fd2301113ee57f3a2e595f3b03504f
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
Raito Bezarius
2025-06-07 15:27:11 +02:00
parent 004a505dc6
commit c19a0fe288
+3
View File
@@ -597,6 +597,9 @@ stdenv.mkDerivation (finalAttrs: {
doxygen
# Load-bearing order. Must come before clang-unwrapped below, but after clang_tools above.
stdenv.cc
# git-clang-format
llvmPackages.libclang.python
]
++ [
rust-analyzer