forked from lix-project/lix
Merge pull request #5000 from nielsegberts/master
toString also coerces a set with an outPath attribute to a string
This commit is contained in:
commit
099df07e1e
|
@ -3109,7 +3109,7 @@ static RegisterPrimOp primop_toString({
|
|||
|
||||
- A path (e.g., `toString /foo/bar` yields `"/foo/bar"`.
|
||||
|
||||
- A set containing `{ __toString = self: ...; }`.
|
||||
- A set containing `{ __toString = self: ...; }` or `{ outPath = ...; }`.
|
||||
|
||||
- An integer.
|
||||
|
||||
|
|
Loading…
Reference in a new issue