···16 # if the versions are not provided via file paths.
17 postBuild = "mv go/bin/${repo}{,_v${version}}";
18 };
19-20- maybeDrv = name: data:
21- # azure-classic is an archived repo
22- if name == "azure-classic" then null
23- else toDrv data;
24in
25- lib.mapAttrs maybeDrv list
···16 # if the versions are not provided via file paths.
17 postBuild = "mv go/bin/${repo}{,_v${version}}";
18 };
0000019in
20+ lib.mapAttrs (n: v: toDrv v) list
···7172org=terraform-providers
7374-repos=$(get_org_repos "$org" | grep terraform-provider- | grep -v terraform-provider-scaffolding | sort)
757677# Get all the providers with index
···7172org=terraform-providers
7374+repos=$(get_org_repos "$org" | grep terraform-provider- | grep -v terraform-provider-scaffolding | grep -v terraform-provider-azure-classic | sort)
757677# Get all the providers with index