All changes are uniform and done with the same script, so checking only some should suffice. For that reason, any tests involving multiple files or custom CLI flags are not included in this commit. Change-Id: Ib2d0e08937b56e241d99771a58aad34ed3ad308a
24 lines
693 B
Plaintext
24 lines
693 B
Plaintext
error:
|
|
… while evaluating the attribute 'src.meta'
|
|
at /pwd/in.nix:2:3:
|
|
1| let
|
|
2| somepkg.src = throw "invalid foo bar";
|
|
| ^
|
|
3| in somepkg.src.meta
|
|
|
|
… while evaluating an expression to select 'meta' on it
|
|
at /pwd/in.nix:3:16:
|
|
2| somepkg.src = throw "invalid foo bar";
|
|
3| in somepkg.src.meta
|
|
| ^
|
|
4|
|
|
|
|
… caused by explicit throw
|
|
at /pwd/in.nix:2:17:
|
|
1| let
|
|
2| somepkg.src = throw "invalid foo bar";
|
|
| ^
|
|
3| in somepkg.src.meta
|
|
|
|
error: invalid foo bar
|