Skip to content

Commit 172d57e

Browse files
committed
Set path display for substituted inputs
1 parent 2318395 commit 172d57e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libfetchers/fetchers.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ std::pair<ref<SourceAccessor>, Input> Input::getAccessorUnchecked(ref<Store> sto
319319

320320
accessor->fingerprint = getFingerprint(store);
321321

322+
accessor->setPathDisplay("«" + to_string() + "»");
323+
322324
return {accessor, *this};
323325
} catch (Error & e) {
324326
debug("substitution of input '%s' failed: %s", to_string(), e.what());

0 commit comments

Comments
 (0)