mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -3109,7 +3109,7 @@ static RegisterPrimOp primop_toString({
|
||||||
|
|
||||||
- A path (e.g., `toString /foo/bar` yields `"/foo/bar"`.
|
- A path (e.g., `toString /foo/bar` yields `"/foo/bar"`.
|
||||||
|
|
||||||
- A set containing `{ __toString = self: ...; }`.
|
- A set containing `{ __toString = self: ...; }` or `{ outPath = ...; }`.
|
||||||
|
|
||||||
- An integer.
|
- An integer.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue