Revert "mass replace "flip map -> foreach""
This reverts commit 3b0534310c.
This commit is contained in:
@@ -58,7 +58,7 @@ let
|
||||
versions = [ "13.8.0" "13.9.0" "13.9.1" ];
|
||||
in
|
||||
lib.listToAttrs
|
||||
(lib.foreach versions
|
||||
(lib.flip map versions
|
||||
(v: lib.nameValuePair v (throw "Unsupported citrix_receiver version: ${v}")));
|
||||
in
|
||||
deprecatedVersions // supportedVersions;
|
||||
|
||||
@@ -59,7 +59,7 @@ let
|
||||
versions = [ ];
|
||||
in
|
||||
lib.listToAttrs
|
||||
(lib.foreach versions
|
||||
(lib.flip map versions
|
||||
(v: lib.nameValuePair v (throw "Unsupported citrix_workspace version: ${v}")));
|
||||
in
|
||||
deprecatedVersions // supportedVersions;
|
||||
|
||||
Reference in New Issue
Block a user