19 lines
510 B
Markdown
19 lines
510 B
Markdown
+++
|
|
date = "2022-10-30"
|
|
draft = true
|
|
path = "/blog/extensions-to-the-nix-store"
|
|
tags = []
|
|
title = "Extensions to the Nix store"
|
|
+++
|
|
|
|
This post is a summary/index of the proposed new features in the Nix store,
|
|
since I keep repeatedly struggling to find the documents for them.
|
|
|
|
# Content addressability
|
|
|
|
## "intensional store"
|
|
|
|
This was introduced in section 6 in [Eelco's PhD thesis][phd-thesis], as an
|
|
opposite approach to the "extensional store"
|
|
|
|
[phd-thesis]: https://edolstra.github.io/pubs/phd-thesis.pdf
|