From 79e055eb3b70a16df924b369b8ebc9d319c6c287 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 11 Sep 2020 12:08:04 +0300 Subject: [PATCH] Update pkgs/development/tools/gotools/default.nix --- 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 255b664d95e..f3cc37fa64a 100644 --- a/pkgs/development/tools/gotools/default.nix +++ b/pkgs/development/tools/gotools/default.nix @@ -15,7 +15,7 @@ buildGoModule rec { # Given that, we can't have the gopls binary be part of the gotools # derivation. # - # We have a seperate derivation to build the gopls tool. + # The attribute "gopls" provides the gopls binary. # # Related #