nix-super/src/nix/nar-dump-path.md
2020-12-21 13:32:28 +01:00

322 B

R""(

Examples

  • To serialise directory foo as a NAR:

    # 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.

)""