.\" -*- mode: troff; coding: utf-8 -*- .TH "nix3-nar-dump-path" "1" "" .PP \fBWarning\fR: This program is \fBexperimental\fR and its interface is subject to change. .SH Name \fCnix nar dump-path\fR - serialise a path to stdout in NAR format .SH Synopsis \fCnix nar dump-path\fR [\fIoption\fR\[u2026]] \fIpath\fR .SH Examples .IP "\(bu" 2 To serialise directory \fCfoo\fR as a NAR: .LP .EX # nix nar dump-path ./foo > foo.nar .EE .SH Description This command generates a NAR file containing the serialisation of \fIpath\fR, which must contain only regular files, directories and symbolic links. The NAR is written to standard output.