1
1
Fork 0
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:
Ben Radford 2023-06-19 13:47:21 +01:00
parent feb8d552ae
commit ef40448b1c
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5
2 changed files with 1 additions and 8 deletions

View file

@ -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"; }