nix-gh/tests/lang/eval-okay-redefine-builtin.nix

4 lines
69 B
Nix

let
throw = abort "Error!";
in (builtins.tryEval <foobaz>).success