1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/tests/functional/lang/eval-fail-remove.err.exp
2025-01-24 18:53:42 +01:00

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?