mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
15 lines
364 B
Text
15 lines
364 B
Text
|
error:
|
||
|
… in the argument of the not operator
|
||
|
at /pwd/lang/eval-fail-not-throws.nix:1:4:
|
||
|
1| ! (throw "uh oh!")
|
||
|
| ^
|
||
|
2|
|
||
|
|
||
|
… while calling the 'throw' builtin
|
||
|
at /pwd/lang/eval-fail-not-throws.nix:1:4:
|
||
|
1| ! (throw "uh oh!")
|
||
|
| ^
|
||
|
2|
|
||
|
|
||
|
error: uh oh!
|