mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
3 lines
102 B
Nix
3 lines
102 B
Nix
with import ./lib.nix;
|
|
|
|
builtins.mapAttrs (name: value: name + "-" + value) { x = "foo"; y = "bar"; }
|