6110a6009f
Add trace items that provide context for a failed definition that can not be caught within the Nix language. This also adds a test for the `tryEval` behavior of `showDefs`.
4 lines
36 B
Nix
4 lines
36 B
Nix
{
|
|
config.enable = throw "oops";
|
|
}
|