2024-06-24 23:26:21 +00:00
|
|
|
error:
|
|
|
|
… while evaluating the attribute 'src.meta'
|
|
|
|
at /pwd/lang/eval-fail-select-err.nix:2:3:
|
|
|
|
1| let
|
|
|
|
2| somepkg.src = throw "invalid foo bar";
|
|
|
|
| ^
|
|
|
|
3| in somepkg.src.meta
|
|
|
|
|
2024-11-13 14:01:49 +00:00
|
|
|
… while evaluating an expression to select 'meta' on it
|
|
|
|
at /pwd/lang/eval-fail-select-err.nix:3:16:
|
2024-06-24 23:26:21 +00:00
|
|
|
2| somepkg.src = throw "invalid foo bar";
|
|
|
|
3| in somepkg.src.meta
|
2024-11-13 14:01:49 +00:00
|
|
|
| ^
|
2024-06-24 23:26:21 +00:00
|
|
|
4|
|
|
|
|
|
|
|
|
… caused by explicit throw
|
|
|
|
at /pwd/lang/eval-fail-select-err.nix:2:17:
|
|
|
|
1| let
|
|
|
|
2| somepkg.src = throw "invalid foo bar";
|
|
|
|
| ^
|
|
|
|
3| in somepkg.src.meta
|
|
|
|
|
|
|
|
error: invalid foo bar
|