terraform-providers.local: build with Go module

wip/yesman
Timothy Stott 4 years ago committed by Jonathan Ringer
parent ba45f19dc7
commit 481cb9717d
  1. 8
      pkgs/applications/networking/cluster/terraform-providers/default.nix
  2. 1
      pkgs/applications/networking/cluster/terraform-providers/providers.json

@ -120,14 +120,6 @@ let
'';
});
# https://github.com/hashicorp/terraform-provider-local/pull/40
local = automated-providers.local.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
substituteInPlace go.mod --replace terraform-providers/terraform-provider-local hashicorp/terraform-provider-local
substituteInPlace main.go --replace terraform-providers/terraform-provider-local hashicorp/terraform-provider-local
'';
});
# Packages that don't fit the default model
ansible = callPackage ./ansible {};
cloudfoundry = callPackage ./cloudfoundry {};

@ -511,6 +511,7 @@
"repo": "terraform-provider-local",
"rev": "v2.0.0",
"sha256": "0c1mk63lh3qmj8pl80lyvvsgyg4gg7673abr8cfxrj45635h74z5",
"vendorSha256": null,
"version": "2.0.0"
},
"logentries": {

Loading…
Cancel
Save