nix-super/src/nix/nar-dump-path.md

18 lines
317 B
Markdown
Raw Normal View History

2020-12-09 20:21:48 +02:00
R""(
# Examples
* To serialise directory `foo` as a NAR:
```console
# nix nar pack ./foo > foo.nar
2020-12-09 20:21:48 +02:00
```
# Description
This command generates a NAR file containing the serialisation of
*path*, which must contain only regular files, directories and
symbolic links. The NAR is written to standard output.
)""