mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Set path display for substituted inputs
This commit is contained in:
parent
5e19252de9
commit
4a397cfb80
1 changed files with 2 additions and 0 deletions
|
@ -323,6 +323,8 @@ std::pair<ref<SourceAccessor>, Input> Input::getAccessorUnchecked(ref<Store> sto
|
|||
|
||||
accessor->fingerprint = getFingerprint(store);
|
||||
|
||||
accessor->setPathDisplay("«" + to_string() + "»");
|
||||
|
||||
return {accessor, *this};
|
||||
} catch (Error & e) {
|
||||
debug("substitution of input '%s' failed: %s", to_string(), e.what());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue