mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
11 lines
112 B
Nix
11 lines
112 B
Nix
|
builtins.toJSON {
|
||
|
a.b = [
|
||
|
true
|
||
|
false
|
||
|
"it's a bird"
|
||
|
{
|
||
|
c.d = throw "hah no";
|
||
|
}
|
||
|
];
|
||
|
}
|