Update pkgs/development/tools/gotools/default.nix

This commit is contained in:
Doron Behar
2020-09-11 12:08:04 +03:00
committed by GitHub
parent 5c3abccfaf
commit 79e055eb3b

View File

@@ -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
#