mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
215ec2ddc6
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;})]
|