mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Improve SourcePath display
This commit is contained in:
parent
cc3913e458
commit
103ca0bde5
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ struct SourcePath
|
||||||
{ return accessor->getPhysicalPath(path); }
|
{ return accessor->getPhysicalPath(path); }
|
||||||
|
|
||||||
std::string to_string() const
|
std::string to_string() const
|
||||||
{ return path.abs(); }
|
{ return accessor->showPath(path); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Append a `CanonPath` to this path.
|
* Append a `CanonPath` to this path.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue