nix: fix clangd not working

This commit is contained in:
Amaan Qureshi 2026-02-06 21:20:26 -05:00 committed by Amaan Qureshi
parent 73b2f981d5
commit a234575b04

View file

@ -333,6 +333,7 @@
pkg-config
llvm
clang
clang-tools
libclang
nodejs_22
@ -348,6 +349,7 @@
];
shellHook = ''
export PATH="${pkgs.clang-tools}/bin:$PATH"
echo "Tree-sitter Dev Environment"
echo ""
echo ""