for-each-system.nix (94B)
1 { 2 nixpkgs, 3 systems, 4 }: 5 f: (system: f { inherit system; }) |> nixpkgs.lib.genAttrs systems