From 5c3abccfaf9b28a8a4427dc962a3ed656f5ecc7f Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 11 Sep 2020 12:07:54 +0300 Subject: [PATCH] Update pkgs/development/tools/gotools/default.nix Co-authored-by: Roman Volosatovs --- pkgs/development/tools/gotools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/gotools/default.nix b/pkgs/development/tools/gotools/default.nix index 7724f5b34fe..255b664d95e 100644 --- a/pkgs/development/tools/gotools/default.nix +++ b/pkgs/development/tools/gotools/default.nix @@ -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. #