Skip to content

Commit 04e4b56

Browse files
committed
Mention that the read-only local store is already approved on an experimental basis
1 parent 5f3c97f commit 04e4b56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rfcs/0000-local-overlay-store.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ We can have a "fsck" operation however that manually scans for missing / duplica
276276

277277
## Read-only `local` Store
278278

279+
*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.
280+
It is still included here just to provide context.*
281+
279282
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.
280283
The main thing this does is use SQLite's [immutable mode](https://www.sqlite.org/c3ref/open.html).
281284

0 commit comments

Comments
 (0)