1
2
3
4
5
6
7
8
error:
       … while calling the 'abort' builtin
         at /pwd/in.nix:1:14:
            1| if true then abort "this should fail" else 1
             |              ^
            2|

       error: evaluation aborted with the following error message: 'this should fail'