Loading pkgs/applications/networking/cluster/terraform-providers/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,6 @@ let # These are the providers that don't fall in line with the default model special-providers = { tencentcloud = automated-providers.tencentcloud.overrideAttrs (o: { meta = o.meta // { broken = stdenv.isDarwin; }; }); # github api seems to be broken, doesn't just fail to recognize the license, it's ignored entirely. checkly = automated-providers.checkly.override { spdx = "MIT"; }; gitlab = automated-providers.gitlab.override { mkProviderFetcher = fetchFromGitLab; owner = "gitlab-org"; }; Loading Loading
pkgs/applications/networking/cluster/terraform-providers/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,6 @@ let # These are the providers that don't fall in line with the default model special-providers = { tencentcloud = automated-providers.tencentcloud.overrideAttrs (o: { meta = o.meta // { broken = stdenv.isDarwin; }; }); # github api seems to be broken, doesn't just fail to recognize the license, it's ignored entirely. checkly = automated-providers.checkly.override { spdx = "MIT"; }; gitlab = automated-providers.gitlab.override { mkProviderFetcher = fetchFromGitLab; owner = "gitlab-org"; }; Loading