mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Merge pull request #14020 from xokdvium/dummy-store-fixes
libstore: Set display prefix for dummy store
This commit is contained in:
commit
936334638d
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ struct DummyStore : virtual Store
|
||||||
, config(config)
|
, config(config)
|
||||||
, contents(make_ref<MemorySourceAccessor>())
|
, contents(make_ref<MemorySourceAccessor>())
|
||||||
{
|
{
|
||||||
|
contents->setPathDisplay(config->storeDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
void queryPathInfoUncached(
|
void queryPathInfoUncached(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue