blob: 345232d3f343b51be2342904735a433be2875b16 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error:
… while calling the 'abort' builtin
at /pwd/lang/eval-fail-abort.nix:1:14:
1| if true then abort "this should fail" else 1
| ^
2|
error: evaluation aborted with the following error message: 'this should fail'
|