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

rename StoreDirConfigItself to StoreDirConfigBase

context: https://github.com/NixOS/nix/pull/13154#discussion_r2081904653
This commit is contained in:
Jörg Thalheim 2025-05-15 11:22:37 +02:00
parent 0db10fc875
commit 2dd2142754
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
namespace nix {
StoreDirConfig::StoreDirConfig(const Params & params)
: StoreDirConfigItself(params)
: StoreDirConfigBase(params)
, MixStoreDirMethods{storeDir_}
{
}