Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nar-dump-path

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.

)""