Configure lua-language-server and nixd
This commit is contained in:
parent
6e4c690e5d
commit
cb5a6aa05c
2 changed files with 64 additions and 1 deletions
|
@ -54,8 +54,9 @@
|
|||
{
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
lua54Packages.luacheck
|
||||
just
|
||||
lua-language-server
|
||||
lua54Packages.luacheck
|
||||
nixd
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue