mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
10 lines
112 B
Nix
10 lines
112 B
Nix
builtins.toJSON {
|
|
a.b = [
|
|
true
|
|
false
|
|
"it's a bird"
|
|
{
|
|
c.d = throw "hah no";
|
|
}
|
|
];
|
|
}
|