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

11 lines
112 B
Nix

builtins.toJSON {
a.b = [
true
false
"it's a bird"
{
c.d = throw "hah no";
}
];
}