mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
Support per-store Markdown documentation
This commit is contained in:
parent
7704118d28
commit
9eb53bbf17
20 changed files with 181 additions and 4 deletions
|
|
@ -41,8 +41,9 @@ struct LocalStoreConfig : virtual LocalFSStoreConfig
|
|||
"require-sigs", "whether store paths should have a trusted signature on import"};
|
||||
|
||||
const std::string name() override { return "Local Store"; }
|
||||
};
|
||||
|
||||
std::string doc() override;
|
||||
};
|
||||
|
||||
class LocalStore : public virtual LocalStoreConfig, public virtual LocalFSStore, public virtual GcStore
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue