mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
5 lines
218 B
Text
5 lines
218 B
Text
error: undefined variable 'd'
|
|
at /pwd/lang/eval-fail-attrset-merge-drops-later-rec.nix:1:26:
|
|
1| { a.b = 1; a = rec { c = d + 2; d = 3; }; }.c
|
|
| ^
|
|
2|
|