gopls: move to by-name

This commit is contained in:
zimbatm 2024-07-25 21:27:45 +02:00
parent 1efdf8162a
commit e168175020
2 changed files with 0 additions and 2 deletions

View file

@ -17552,8 +17552,6 @@ with pkgs;
glslls = callPackage ../development/tools/language-servers/glslls { };
gopls = callPackage ../development/tools/language-servers/gopls { };
helm-ls = callPackage ../development/tools/language-servers/helm-ls { };
javascript-typescript-langserver = callPackage ../development/tools/language-servers/javascript-typescript-langserver { };