{
  "id": 7480816,
  "title": "A Nix store is three functions",
  "url": "https://urgent.news/2026/09/15/a-nix-store-is-three-functions",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-15T04:07:33.000Z",
  "source": {
    "name": "Lobsters",
    "slug": "lobsters",
    "url": "https://fzakaria.com/2026/09/11/a-nix-store-is-three-functions"
  },
  "original_language": "en",
  "account": "A Nix store is comprised of just three functions, according to research conducted while building trynix. These functions allow a non-Nixpkgs store path to be booted, demonstrating that any medium or protocol can serve as a remote Nix store. The Nix client does not care about the specific medium or protocol used, as long as it can answer the three essential requests. These requests involve the signature of a narinfo, which covers StorePath, NarHash, NarSize, and References, and does not include URL, FileHash, FileSize, or Compression. This means the URL field in the narinfo can be located anywhere on the internet, regardless of the host or protocol. Any archive fetched from this URL must match the NarHash of the corresponding narinfo. If a protocol is not included by default in the Nix client, an HTTP proxy can be used to translate the three functions to the desired medium. Various store implementations have been discovered, including GitHub Pages and Releases, a cache assembled from GitHub release assets, DNS, pastebin, OCI registry, YouTube, npm, and many others.",
  "summary": null,
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}