Update src/libstore/local-store.hh

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
Ben Radford 2023-06-15 13:32:56 +01:00 committed by GitHub
parent 984b01924a
commit a7b1b92d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ struct LocalStoreConfig : virtual LocalFSStoreConfig
false, false,
"read-only", "read-only",
R"( R"(
Allow this store to be opened when its database is on a read-only filesystem. Allow this store to be opened when its [database](@docroot@/glossary.md#gloss-nix-database) is on a read-only filesystem.
Normally Nix will attempt to open the store database in read-write mode, even Normally Nix will attempt to open the store database in read-write mode, even
for querying (when write access is not needed). This causes it to fail if the for querying (when write access is not needed). This causes it to fail if the