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

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

4 lines
102 B
Nix
Raw Normal View History

with import ./lib.nix;
builtins.mapAttrs (name: value: name + "-" + value) { x = "foo"; y = "bar"; }