mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 18:29:36 +01:00
21 lines
293 B
Markdown
21 lines
293 B
Markdown
{{#include store-v1-fixed.md}}
|
|
|
|
## Examples
|
|
|
|
### Empty store
|
|
|
|
```json
|
|
{{#include schema/store-v1/empty.json}}
|
|
```
|
|
|
|
### Store with one file
|
|
|
|
```json
|
|
{{#include schema/store-v1/one-flat-file.json}}
|
|
```
|
|
|
|
### Store with one derivation
|
|
|
|
```json
|
|
{{#include schema/store-v1/one-derivation.json}}
|
|
```
|