nix-gh/tests/lang/eval-okay-eq.nix

4 lines
72 B
Nix

["foobar" (rec {x = 1; y = x;})]
==
[("foo" + "bar") ({x = 1; y = 1;})]