Skip to content

Commit

Permalink
Mention that the read-only local store is already approved on an expe…
Browse files Browse the repository at this point in the history
…rimental basis
  • Loading branch information
Ericson2314 committed Jun 14, 2023
1 parent 5f3c97f commit 04e4b56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rfcs/0000-local-overlay-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ We can have a "fsck" operation however that manually scans for missing / duplica

## Read-only `local` Store

*This was [already approved](https://github.com/NixOS/nix/pull/8356#event-9483342493) by the Nix team on an experimental basis, as an experimental feature that is trivial enough to be approved with out requiring an RFC.
It is still included here just to provide context.*

In order to facilitate using `local-overlay` where the lower store is entirely read only (read only SQLite files too, not just store directory), it is useful to also implement a new "read-only" setting on the `local` store.
The main thing this does is use SQLite's [immutable mode](https://www.sqlite.org/c3ref/open.html).

Expand Down

0 comments on commit 04e4b56

Please sign in to comment.