mirror of
https://github.com/NixOS/nix
synced 2025-07-05 20:41:47 +02:00
Add a name to the stores
So that it can be printed by `nix describe-stores`
This commit is contained in:
parent
f24f0888f9
commit
b73adacc1e
11 changed files with 30 additions and 7 deletions
|
@ -194,6 +194,7 @@ struct StoreConfig : public Config
|
|||
*/
|
||||
StoreConfig() { assert(false); }
|
||||
|
||||
virtual const std::string name() = 0;
|
||||
|
||||
const PathSetting storeDir_{this, false, settings.nixStore,
|
||||
"store", "path to the Nix store"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue