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 diagnostics checks.

Solution: add pkgs.lua-language-server to the devShell packages.
This commit is contained in:
Barrett Ruth 2026-02-23 17:31:50 -05:00
parent 7d35b23ba0
commit 92d00b66fc
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81

View file

@ -22,6 +22,7 @@
pkgs.prettier
pkgs.stylua
pkgs.selene
pkgs.lua-language-server
];
};
});