mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
6 lines
207 B
Text
6 lines
207 B
Text
error: undefined variable 'd'
|
|
at /pwd/lang/eval-fail-attrset-merge-drops-later-rec.nix:4:9:
|
|
3| a = rec {
|
|
4| c = d + 2;
|
|
| ^
|
|
5| d = 3;
|