mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 09:19:36 +01:00
Start to document the local-overlay store
This commit is contained in:
parent
6dc9030606
commit
4f5b01f5cd
3 changed files with 15 additions and 8 deletions
|
|
@ -61,14 +61,7 @@ struct LocalOverlayStoreConfig : virtual LocalStoreConfig
|
|||
return ExperimentalFeature::LocalOverlayStore;
|
||||
}
|
||||
|
||||
std::string doc() override
|
||||
{
|
||||
return
|
||||
""
|
||||
// FIXME write docs
|
||||
//#include "local-overlay-store.md"
|
||||
;
|
||||
}
|
||||
std::string doc() override;
|
||||
|
||||
/**
|
||||
* Given a store path, get its location (if it is exists) in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue