That file was written once in 2008 and never updated since, and let's just say that a lot of things have changed since Change-Id: I66b0c87ecbba6ca653470966c9514edb21882ca3
2 lines
74 B
Nix
2 lines
74 B
Nix
builtins.concatStringsSep "" (map (x: x + "bar") [ "foo" "bla" "xyzzy" ])
|