From 49abf45d313940e56426201dd23aafe3a4e4bffa Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:14:12 +0100 Subject: [PATCH] Add clangd support --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index dd82c27..60051dc 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,7 @@ codespell conan cppcheck + python312Packages.compiledb # generates compile_commands.json for Makefiles ] ++ ( if system == "aarch64-darwin"