mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
* toXML: propagate the context to allow derivations to be used in the
argument.
This commit is contained in:
parent
3837fb233c
commit
5fd44654db
4 changed files with 21 additions and 10 deletions
|
@ -5,10 +5,11 @@
|
|||
#include <map>
|
||||
|
||||
#include "nixexpr.hh"
|
||||
#include "aterm.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
void printTermAsXML(Expr e, std::ostream & out);
|
||||
void printTermAsXML(Expr e, std::ostream & out, ATermList & context);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue