mirror of
https://github.com/NixOS/nix
synced 2025-07-17 22:48:29 +02:00
Update nix-push manpage and document the binary cache format
This commit is contained in:
parent
82951e5582
commit
3a95e1a17c
2 changed files with 340 additions and 76 deletions
|
@ -160,6 +160,18 @@
|
|||
</glossentry>
|
||||
|
||||
|
||||
<glossentry xml:id="gloss-nar"><glossterm>NAR</glossterm>
|
||||
|
||||
<glossdef><para>A <emphasis>N</emphasis>ix
|
||||
<emphasis>AR</emphasis>chive. This is a serialisation of a path in
|
||||
the Nix store. It can contain regular files, directories and
|
||||
symbolic links. NARs are generated and unpacked using
|
||||
<command>nix-store --dump</command> and <command>nix-store
|
||||
--restore</command>.</para></glossdef>
|
||||
|
||||
</glossentry>
|
||||
|
||||
|
||||
|
||||
</glosslist>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue