mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Update src/libstore/local-store.hh
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
984b01924a
commit
a7b1b92d81
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct LocalStoreConfig : virtual LocalFSStoreConfig
|
|||
false,
|
||||
"read-only",
|
||||
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
|
||||
for querying (when write access is not needed). This causes it to fail if the
|
||||
|
|
Loading…
Reference in a new issue