···65 # These are the providers that don't fall in line with the default model
66 special-providers =
67 {
00068 # mkisofs needed to create ISOs holding cloud-init data and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
69 libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; });
70 };
···65 # These are the providers that don't fall in line with the default model
66 special-providers =
67 {
68+ netlify = automated-providers.netlify.overrideAttrs (_: { meta.broken = stdenv.isDarwin; });
69+ pass = automated-providers.pass.overrideAttrs (_: { meta.broken = stdenv.isDarwin; });
70+ tencentcloud = automated-providers.tencentcloud.overrideAttrs (_: { meta.broken = stdenv.isDarwin; });
71 # mkisofs needed to create ISOs holding cloud-init data and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
72 libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; });
73 };