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:
parent
0db10fc875
commit
2dd2142754
2 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
namespace nix {
|
||||
|
||||
StoreDirConfig::StoreDirConfig(const Params & params)
|
||||
: StoreDirConfigItself(params)
|
||||
: StoreDirConfigBase(params)
|
||||
, MixStoreDirMethods{storeDir_}
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue