terraform-ls: remove goPackagePath

This commit is contained in:
zowoq 2020-12-17 05:43:48 +10:00
parent e8829acb42
commit 4782aa4a4a

View file

@ -12,8 +12,6 @@ buildGoModule rec {
};
vendorSha256 = "8NdeCD558r0tV+ZR4MvLl5CzeNj8cUGtqwvJ2ZhS7mI=";
goPackagePath = "github.com/hashicorp/terraform-ls";
# tests fail in sandbox mode because of trying to download stuff from releases.hashicorp.com
doCheck = false;