mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
14 lines
360 B
Text
14 lines
360 B
Text
error:
|
|
… in the argument of the not operator
|
|
at /pwd/lang/eval-fail-not-throws.nix:1:3:
|
|
1| !(throw "uh oh!")
|
|
| ^
|
|
2|
|
|
|
|
… while calling the 'throw' builtin
|
|
at /pwd/lang/eval-fail-not-throws.nix:1:3:
|
|
1| !(throw "uh oh!")
|
|
| ^
|
|
2|
|
|
|
|
error: uh oh!
|