Skip to content

Commit

Permalink
gopls: build modernize and gofix binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
  • Loading branch information
katexochen committed Mar 11, 2025
1 parent b580f9b commit b158b92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/go/gopls/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ buildGoModule rec {

doCheck = false;

# Only build gopls, and not the integration tests or documentation generator.
subPackages = [ "." ];
subPackages = [
"."
"internal/analysis/gofix/cmd/gofix"
"internal/analysis/modernize/cmd/modernize"
];

meta = with lib; {
description = "Official language server for the Go language";
Expand Down

0 comments on commit b158b92

Please sign in to comment.