mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
an XML representation stored in a string. This should be useful to pass structured information to builders.
1 line
56 B
Nix
1 line
56 B
Nix
builtins.toXML [("a" + "b") 10 (rec {x = "x"; y = x;})]
|