nixpkgs/pkgs/applications/networking/remote/citrix-workspace
danbst 0f8596ab3f mass replace "flip map -> forEach"
See `forEach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /forEach /g'
```
2019-08-05 14:03:38 +03:00
..
default.nix mass replace "flip map -> forEach" 2019-08-05 14:03:38 +03:00
wrapper.nix