Chaos Computer Club - archive feed

Layered Nix Stores (nixcon2023)


Listen Later

A new Nix store implementation — local-overlay — that lets you create a writable layer over another underlying store.
Nix has various different store implementations. For example the daemon store, which provides store access to unprivileged users on multiuser systems.
Some caveats apply, but the new local-overlay store lets you combine an existing lower store with an upper layer, similar to the Linux Overlay Filesystem. Anything in the lower store will be accessible via the overlay store, while modifying the overlay store will only change the upper layer and leave the lower store untouched.
about this event: https://talks.nixcon.org/nixcon-2023/talk/GXW3EX/
...more
View all episodesView all episodes
Download on the App Store

Chaos Computer Club - archive feedBy CCC media team