build(flake): add lua-language-server to devShell
Problem: lua-language-server is not available in the dev shell, making it impossible to run local type-checking diagnostics. Solution: add lua-language-server to the devShell packages.
This commit is contained in:
parent
e989897c77
commit
591f70a237
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
packages = with (pkgsFor system); [
|
||||
uv
|
||||
python312
|
||||
lua-language-server
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue