Commit d796cb80 authored by PoweredByPie's avatar PoweredByPie
Browse files

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

Follows convention of commit e4d0f455.
parent 3bbcfbef
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 { };