1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

libstore: Set display prefix for dummy store

Otherwise the prefix is «unknown».
This commit is contained in:
Sergei Zimmerman 2025-09-19 02:28:59 +03:00
parent 3a687eeb4f
commit 72e2b0efea
No known key found for this signature in database

View file

@ -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(