mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
dce1afdc67
evaluate its arguments.
4 lines
72 B
Nix
4 lines
72 B
Nix
["foobar" (rec {x = 1; y = x;})]
|
|
==
|
|
[("foo" + "bar") ({x = 1; y = 1;})]
|