1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Merge pull request #9964 from fricklerhandwerk/merge-format-sections

move JSON section into Formats and Protocols
This commit is contained in:
Eelco Dolstra 2024-02-08 16:53:59 +01:00 committed by GitHub
commit 6563a58294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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}}
)""