1
1
Fork 0
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:
Eelco Dolstra 2019-04-29 15:34:05 +02:00
parent 2995f9c48f
commit 6d118419f2
8 changed files with 14 additions and 44 deletions

View file

@ -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: