1
1
Fork 0
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:
John Ericson 2025-09-19 00:00:00 -04:00 committed by GitHub
commit 936334638d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(