[Nix-dev] [Nix] Feature request for NixOS introspection.

Marc Weber marco-oweber at gmx.de
Tue Dec 7 13:52:58 CET 2010


> This could be a risk, how does toXML handles infinite recursions?
 
 What about trying?

 let x = { x = x; };
 in builtins.toXML x
 # nix-instantiate --eval-only test.nix
 || /bin/sh: line 1: 27018 Segmentation fault      



More information about the nix-dev mailing list