Loading pkgs/applications/networking/cluster/terraform-providers/default.nix +0 −2 Original line number Diff line number Diff line { lib , stdenv , buildGoModule , buildGo121Module , fetchFromGitHub , fetchFromGitLab , callPackage Loading Loading @@ -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. Loading Loading
pkgs/applications/networking/cluster/terraform-providers/default.nix +0 −2 Original line number Diff line number Diff line { lib , stdenv , buildGoModule , buildGo121Module , fetchFromGitHub , fetchFromGitLab , callPackage Loading Loading @@ -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. Loading