1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 18:29:36 +01:00
nix/doc/manual/source/protocols/json/store.md
John Ericson 8ffc6b5f5e JSON impl and Schema for DummyStore
This is the "keystone" that puts most of the other store-layer JSON
formats together.
2025-11-20 23:38:14 -05:00

293 B

{{#include store-v1-fixed.md}}

Examples

Empty store

{{#include schema/store-v1/empty.json}}

Store with one file

{{#include schema/store-v1/one-flat-file.json}}

Store with one derivation

{{#include schema/store-v1/one-derivation.json}}