build(nix): add clangd to dev shell

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-03-22 22:19:49 -04:00
parent d6103c2a06
commit e3f93295f0
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -78,6 +78,7 @@
buildInputs = with pkgs; [
ccache
ninja
llvmPackages_19.clang-tools
];
cmakeFlags = self.packages.${system}.prismlauncher-unwrapped.cmakeFlags ++ [