1
2
3
4
5
6
7
8
9
warning: meow
error:
       … while calling the 'warn' builtin
         at /pwd/in.nix:1:1:
            1| builtins.warn "meow" (throw "must abort before this")
             | ^
            2|

       error: evaluation aborted (abort-on-warn)