mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
As documented, this for file system objects themselves, since `MemorySourceAccessor` is an implementation detail.
21 lines
352 B
Markdown
21 lines
352 B
Markdown
{{#include file-system-object-v1-fixed.md}}
|
|
|
|
## Examples
|
|
|
|
### Simple
|
|
|
|
```json
|
|
{{#include schema/file-system-object-v1/simple.json}}
|
|
```
|
|
|
|
### Complex
|
|
|
|
```json
|
|
{{#include schema/file-system-object-v1/complex.json}}
|
|
```
|
|
|
|
<!-- need to convert YAML to JSON first
|
|
## Raw Schema
|
|
|
|
[JSON Schema for File System Object v1](schema/file-system-object-v1.json)
|
|
-->
|