mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +01:00
21 lines
No EOL
350 B
Markdown
21 lines
No EOL
350 B
Markdown
{{#include build-result-v1-fixed.md}}
|
|
|
|
## Examples
|
|
|
|
### Successful build
|
|
|
|
```json
|
|
{{#include schema/build-result-v1/success.json}}
|
|
```
|
|
|
|
### Failed build (output rejected)
|
|
|
|
```json
|
|
{{#include schema/build-result-v1/output-rejected.json}}
|
|
```
|
|
|
|
### Failed build (non-deterministic)
|
|
|
|
```json
|
|
{{#include schema/build-result-v1/not-deterministic.json}}
|
|
``` |