215ec2ddc6
an XML representation stored in a string. This should be useful to pass structured information to builders.
2 lines
56 B
Nix
2 lines
56 B
Nix
builtins.toXML [("a" + "b") 10 (rec {x = "x"; y = x;})]
|