Update pkgs/development/tools/gotools/default.nix
Co-authored-by: Roman Volosatovs <rvolosatovs@users.noreply.github.com>
This commit is contained in:
parent
f0c032a4ae
commit
5c3abccfaf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ buildGoModule rec {
|
|||
sha256 = "0a8c7j4w784w441j3j3bh640vy1g6g214641qv485wyi0xj49anf";
|
||||
};
|
||||
|
||||
# The gopls folder has its own module definition which causes a build failure.
|
||||
# The gopls folder contains a Go submodule which causes a build failure.
|
||||
# Given that, we can't have the gopls binary be part of the gotools
|
||||
# derivation.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue