Update clang_tools in nix flake to clang 17

Fixes some of the issues with clangd but does not fix the missing <format>
This commit is contained in:
outfoxxed 2024-01-12 03:13:32 -08:00
parent 9a1111efba
commit 66ef532537
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -45,7 +45,7 @@
name = "hy3"; name = "hy3";
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
clang-tools_16 clang-tools_17
bear bear
]; ];