mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
3 lines
72 B
Nix
3 lines
72 B
Nix
["foobar" (rec {x = 1; y = x;})]
|
|
==
|
|
[("foo" + "bar") ({x = 1; y = 1;})]
|