Configure lua-language-server and nixd

This commit is contained in:
Oliver Davies 2025-05-22 08:53:04 +01:00
parent 6e4c690e5d
commit cb5a6aa05c
2 changed files with 64 additions and 1 deletions

View file

@ -54,8 +54,9 @@
{
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
lua54Packages.luacheck
just
lua-language-server
lua54Packages.luacheck
nixd
];
};