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

11 lines
112 B
Nix
Raw Normal View History

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