Skip to content

Commit

Permalink
override gopls build version
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Feb 13, 2025
1 parent 73fd45a commit 2f20bf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
gofumpt = prev.gofumpt.override {
buildGoModule = buildGo;
};

gopls = prev.gopls.override {
buildGoModule = buildGo;
};
};
}
// flake-utils.lib.eachDefaultSystem
Expand All @@ -117,6 +121,7 @@
gotestsum
gotests
gofumpt
gopls
ksh
ko
yq-go
Expand Down

0 comments on commit 2f20bf1

Please sign in to comment.