Commit e1a6779
authored
chore: fix nix development environment missing libclang (#718)
## What kind of change does this PR introduce?
Explicitly list `libclang` dependency for the flake setup and configure
the `LIBCLANG_PATH` variable to use that dependency for development
using nix flake environment. I originally fixed it using
`llvmPackages_16.libclang`, but it also works with `pkgs.libclang` so I
am changing to this one in the last pushed commit.
## What is the current behavior?
<img width="1851" height="694" alt="image"
src="https://github.com/user-attachments/assets/d12041dc-b1cb-446a-8b97-361ee03377ab"
/>1 parent cd65952 commit e1a6779
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
0 commit comments