1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 20:51:00 +01:00
nix/doc/manual/source/protocols/json/store.md
John Ericson 0275b64b81 JSON impl and Schema for DummyStore
This is the "keystone" that puts most of the other store-layer JSON
formats together.

Also, add some documentation for JSON testing.
2025-11-24 17:04:24 -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}}