zls: Move zls to pkgs/development/tools/language-servers

Follows convention of commit e4d0f455fa.
This commit is contained in:
PoweredByPie 2023-02-17 20:16:30 -08:00
parent 3bbcfbefb8
commit d796cb807f
2 changed files with 4 additions and 4 deletions

View File

@ -17053,6 +17053,10 @@ with pkgs;
verible = callPackage ../development/tools/language-servers/verible { };
zls = callPackage ../development/tools/language-servers/zls {
zig = zig_0_9;
};
ansible-later = with python3.pkgs; toPythonApplication ansible-later;
ansible-lint = with python3.pkgs; toPythonApplication ansible-lint;
@ -18876,10 +18880,6 @@ with pkgs;
ytt = callPackage ../development/tools/ytt {};
zls = callPackage ../development/tools/zls {
zig = zig_0_9;
};
zydis = callPackage ../development/libraries/zydis { };
grabserial = callPackage ../development/tools/grabserial { };