mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
15 lines
430 B
Text
15 lines
430 B
Text
error:
|
|
… while evaluating the attribute 'body'
|
|
at /pwd/lang/eval-fail-remove.nix:7:3:
|
|
6|
|
|
7| body = (removeAttrs attrs [ "x" ]).x;
|
|
| ^
|
|
8| }
|
|
|
|
error: attribute 'x' missing
|
|
at /pwd/lang/eval-fail-remove.nix:7:10:
|
|
6|
|
|
7| body = (removeAttrs attrs [ "x" ]).x;
|
|
| ^
|
|
8| }
|
|
Did you mean y?
|