mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
Remove redundant description on experimental flag.
This commit is contained in:
parent
feb8d552ae
commit
ef40448b1c
2 changed files with 1 additions and 8 deletions
|
|
@ -59,6 +59,7 @@ struct LocalStoreConfig : virtual LocalFSStoreConfig
|
|||
**Warning**
|
||||
Do not use this unless the filesystem is read-only.
|
||||
Using it when the filesystem is writable can cause incorrect query results or corruption errors if the database is changed by another process.
|
||||
While the filesystem the database resides on might appear to be read-only, consider whether another user or system might have write access to it.
|
||||
)"};
|
||||
|
||||
const std::string name() override { return "Local Store"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue