···73 # and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
74 libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; });
75 linode = automated-providers.linode.override { mkProviderGoModule = buildGo118Module; };
076 };
7778 # Put all the providers we not longer support in this list.
···73 # and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630
74 libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; });
75 linode = automated-providers.linode.override { mkProviderGoModule = buildGo118Module; };
76+ utils = automated-providers.utils.override { mkProviderGoModule = buildGo118Module; };
77 };
7879 # Put all the providers we not longer support in this list.