Loading pkgs/applications/networking/cluster/terraform-providers/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, buildGoModule, buildGo123Module, fetchFromGitHub, fetchFromGitLab, callPackage, Loading Loading @@ -96,6 +97,7 @@ let # These are the providers that don't fall in line with the default model special-providers = { aws = automated-providers.aws.override { mkProviderGoModule = buildGo123Module; }; # 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 { Loading Loading
pkgs/applications/networking/cluster/terraform-providers/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, buildGoModule, buildGo123Module, fetchFromGitHub, fetchFromGitLab, callPackage, Loading Loading @@ -96,6 +97,7 @@ let # These are the providers that don't fall in line with the default model special-providers = { aws = automated-providers.aws.override { mkProviderGoModule = buildGo123Module; }; # 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 { Loading