terraform-providers.pass: remove meta.broken
This commit is contained in:
parent
1df446cf9a
commit
7d1eee4a3e
@ -77,7 +77,6 @@ let
|
|||||||
# These are the providers that don't fall in line with the default model
|
# These are the providers that don't fall in line with the default model
|
||||||
special-providers =
|
special-providers =
|
||||||
{
|
{
|
||||||
pass = automated-providers.pass.overrideAttrs (o: { meta = o.meta // { broken = stdenv.isDarwin; }; });
|
|
||||||
tencentcloud = automated-providers.tencentcloud.overrideAttrs (o: { meta = o.meta // { broken = stdenv.isDarwin; }; });
|
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.
|
# 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"; };
|
checkly = automated-providers.checkly.override { spdx = "MIT"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user