tvl-depot/third_party/nix/tests/lang/eval-okay-map.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
75 B
Nix
Raw Normal View History

with import ./lib.nix;
concat (map (x: x + "bar") [ "foo" "bla" "xyzzy" ])