mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
Garbage-collect paths
This commit is contained in:
parent
2995f9c48f
commit
6d118419f2
8 changed files with 14 additions and 44 deletions
|
|
@ -77,7 +77,7 @@ static void printValueAsXML(EvalState & state, bool strict, bool location,
|
|||
break;
|
||||
|
||||
case tPath:
|
||||
doc.writeEmptyElement("path", singletonAttrs("value", v.path));
|
||||
doc.writeEmptyElement("path", singletonAttrs("value", v.path->s));
|
||||
break;
|
||||
|
||||
case tNull:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue