mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
3 lines
72 B
Nix
3 lines
72 B
Nix
["foobar" (rec {x = 1; y = x;})]
|
|
==
|
|
[("foo" + "bar") ({x = 1; y = 1;})]
|