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:
Barrett Ruth 2026-02-23 17:37:47 -05:00
parent e989897c77
commit 591f70a237
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -65,6 +65,7 @@
packages = with (pkgsFor system); [
uv
python312
lua-language-server
];
};
});