Commit 9d229925 authored by zowoq's avatar zowoq
Browse files

terraform-providers.tailscale: drop go override

parent a8f227bc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{ lib
, stdenv
, buildGoModule
, buildGo121Module
, fetchFromGitHub
, fetchFromGitLab
, callPackage
@@ -87,7 +86,6 @@ let
      heroku = automated-providers.heroku.override { spdx = "MPL-2.0"; };
      # mkisofs needed to create ISOs holding cloud-init data and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
      libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; });
      tailscale = automated-providers.tailscale.override { mkProviderGoModule = buildGo121Module; };
    };

  # Put all the providers we not longer support in this list.