9 lines
76 B
Nix
9 lines
76 B
Nix
builtins.toXML [
|
|
("a" + "b")
|
|
10
|
|
(rec {
|
|
x = "x";
|
|
y = x;
|
|
})
|
|
]
|