1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/lang/eval-okay-eq.nix
2006-08-30 12:25:27 +00:00

4 lines
72 B
Nix

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