git: Set clang-format binary path

This commit is contained in:
Erwin Boskma 2024-07-12 10:28:24 +02:00
parent 8cb9301f9e
commit 197fb1716d
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

View file

@ -172,6 +172,8 @@ in
pushInsteadOf = "rh:";
};
};
clangformat.binary = "${pkgs.clang-tools}/bin/clang-format";
};
};