lix/tests/functional/lang/eval-fail-toJSON.nix

11 lines
112 B
Nix
Raw Normal View History

2023-06-29 23:29:11 +00:00
builtins.toJSON {
a.b = [
true
false
"it's a bird"
{
c.d = throw "hah no";
}
];
}