zls: Move zls to pkgs/development/tools/language-servers
Follows convention of commit e4d0f455fa
.
This commit is contained in:
parent
3bbcfbefb8
commit
d796cb807f
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user