mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
18 lines
322 B
Markdown
18 lines
322 B
Markdown
|
R""(
|
||
|
|
||
|
# Examples
|
||
|
|
||
|
* To serialise directory `foo` as a NAR:
|
||
|
|
||
|
```console
|
||
|
# nix nar dump-path ./foo > foo.nar
|
||
|
```
|
||
|
|
||
|
# 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.
|
||
|
|
||
|
)""
|