1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

move JSON section into Formats and Protocols

This commit is contained in:
Valentin Gagarin 2024-02-08 09:08:58 +01:00
parent 09a6e8e703
commit e486b76eef
6 changed files with 10 additions and 8 deletions

View file

@ -14,6 +14,6 @@ a Nix expression evaluates.
`nix derivation add` takes a single derivation in the following format:
{{#include ../../json/derivation.md}}
{{#include ../../protocols/json/derivation.md}}
)""

View file

@ -52,6 +52,6 @@ By default, this command only shows top-level derivations, but with
[store path]: @docroot@/glossary.md#gloss-store-path
{{#include ../../json/derivation.md}}
{{#include ../../protocols/json/derivation.md}}
)""