gopls: drop modernize binary

modernize from gopls is deprecated, there is a successor in the gotools package.

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-05-14 09:23:29 +02:00
parent 864abfc0c7
commit 4d046623fe
+1 -5
View File
@@ -28,11 +28,7 @@ buildGoLatestModule (finalAttrs: {
doCheck = false;
# Only build gopls & modernize, not the integration tests or documentation generator.
subPackages = [
"."
"internal/analysis/modernize/cmd/modernize"
];
subPackages = [ "." ];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];