From 66ef53253776b08a78a9309cdb6e5421b9ad4106 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 12 Jan 2024 03:13:32 -0800 Subject: [PATCH] Update clang_tools in nix flake to clang 17 Fixes some of the issues with clangd but does not fix the missing --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3be3c6c..a250f37 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ name = "hy3"; nativeBuildInputs = with pkgs; [ - clang-tools_16 + clang-tools_17 bear ];