buildGoModule: remove trailing whitespace

wip/yesman
zowoq 4 years ago
parent 81a8b76b3a
commit 87dbe6d797
  1. 2
      pkgs/development/go-modules/generic/default.nix

@ -127,7 +127,7 @@ let
export GOSUMDB=off
export GOPROXY=off
cd "$modRoot"
if [ -n "${go-modules}" ]; then
if [ -n "${go-modules}" ]; then
rm -rf vendor
ln -s ${go-modules} vendor
fi

Loading…
Cancel
Save