mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
dce1afdc67
evaluate its arguments.
3 lines
72 B
Nix
3 lines
72 B
Nix
["foobar" (rec {x = 1; y = x;})]
|
|
==
|
|
[("foo" + "bar") ({x = 1; y = 1;})]
|