|
Nix
2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| WireFormatGenerator | dump () const override |
| PreparedDump (Path rootPath) | |
Public Member Functions inherited from nix::PreparedDump | |
| PreparedDump (Path rootPath) | |
Additional Inherited Members | |
Public Attributes inherited from nix::PreparedDump | |
| const Path | rootPath |
|
inlineoverridevirtual |
Produce a NAR of all paths that matched the filter passed to prepareDump. If no filter was passed, dump rootPath fully. Calling dump multiple times on the same object to produce multiple NARs of the same hierarchy is legal, though every call may produce a different output when disk contents change.
Implements nix::PreparedDump.