···1616 # if the versions are not provided via file paths.
1717 postBuild = "mv go/bin/${repo}{,_v${version}}";
1818 };
1919-2020- maybeDrv = name: data:
2121- # azure-classic is an archived repo
2222- if name == "azure-classic" then null
2323- else toDrv data;
2419in
2525- lib.mapAttrs maybeDrv list
2020+ lib.mapAttrs (n: v: toDrv v) list