1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* New primop __toXML (or builtins.toXML) to convert an expression to

an XML representation stored in a string.  This should be useful to
  pass structured information to builders.
This commit is contained in:
Eelco Dolstra 2006-08-24 14:34:29 +00:00
parent f793caf936
commit 215ec2ddc6
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
builtins.toXML [("a" + "b") 10 (rec {x = "x"; y = x;})]