mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
libstore: Set display prefix for dummy store
Otherwise the prefix is «unknown».
This commit is contained in:
parent
3a687eeb4f
commit
72e2b0efea
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ struct DummyStore : virtual Store
|
|||
, config(config)
|
||||
, contents(make_ref<MemorySourceAccessor>())
|
||||
{
|
||||
contents->setPathDisplay(config->storeDir);
|
||||
}
|
||||
|
||||
void queryPathInfoUncached(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue