mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02: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
|
@ -226,14 +226,6 @@ constexpr std::array<ExperimentalFeatureDetails, 15> xpFeatureDetails = {{
|
|||
.name = "read-only-local-store",
|
||||
.description = R"(
|
||||
Allow the use of the `read-only` parameter in local store URIs.
|
||||
|
||||
Set this parameter to `true` to allow stores with databases on read-only filesystems to be opened for querying; ordinarily Nix will refuse to do this.
|
||||
|
||||
This is because SQLite requires write access to the database file to perform the file locking operations necessary for safe concurrent access.
|
||||
When `read-only` is set to `true`, the database will be opened in immutable mode.
|
||||
|
||||
Under this mode, SQLite will not do any locking at all, so you should be certain that the database will not be changed.
|
||||
While the filesystem the database resides on might be read-only to this process, consider whether another user, process, or system, might have write access to it.
|
||||
)",
|
||||
},
|
||||
}};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue