mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
* New primop: abort "error message".
This commit is contained in:
parent
4a053bfdfd
commit
38f18aa6d4
4 changed files with 12 additions and 2 deletions
1
tests/lang/eval-fail-abort.nix
Normal file
1
tests/lang/eval-fail-abort.nix
Normal file
|
@ -0,0 +1 @@
|
|||
if true then abort "this should fail" else 1
|
Loading…
Add table
Add a link
Reference in a new issue