mirror of
https://github.com/NixOS/nix
synced 2025-07-03 02:01:48 +02:00
Support per-store Markdown documentation
This commit is contained in:
parent
7704118d28
commit
9eb53bbf17
20 changed files with 181 additions and 4 deletions
|
@ -101,6 +101,11 @@ struct StoreConfig : public Config
|
|||
|
||||
virtual const std::string name() = 0;
|
||||
|
||||
virtual std::string doc()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
const PathSetting storeDir_{this, false, settings.nixStore,
|
||||
"store", "path to the Nix store"};
|
||||
const Path storeDir = storeDir_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue