1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00
nix/tests/functional/lang/eval-fail-attrset-merge-drops-later-rec.nix
2024-11-27 21:41:47 +01:00

1 line
46 B
Nix

{ a.b = 1; a = rec { c = d + 2; d = 3; }; }.c