mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
Improve SourcePath display
This commit is contained in:
parent
cc3913e458
commit
103ca0bde5
@ -130,7 +130,7 @@ struct SourcePath
|
||||
{ return accessor->getPhysicalPath(path); }
|
||||
|
||||
std::string to_string() const
|
||||
{ return path.abs(); }
|
||||
{ return accessor->showPath(path); }
|
||||
|
||||
/**
|
||||
* Append a `CanonPath` to this path.
|
||||
|
Loading…
Reference in New Issue
Block a user