|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include "lix/libutil/archive.hh"#include "lix/libutil/source-path.hh"#include "lix/libstore/store-api.hh"#include "lix/libutil/repair-flag.hh"#include "lix/libstore/content-address.hh"Go to the source code of this file.
Functions | |
| kj::Promise< Result< StorePath > > | nix::fetchToStoreFlat (Store &store, const CheckedSourcePath &path, std::string_view name, RepairFlag repair) |
| kj::Promise< Result< StorePath > > | nix::fetchToStoreRecursive (Store &store, const PreparedDump &contents, std::string_view name, RepairFlag repair) |
| kj::Promise< Result< StorePath > > nix::fetchToStoreFlat | ( | Store & | store, |
| const CheckedSourcePath & | path, | ||
| std::string_view | name = "source", | ||
| RepairFlag | repair = NoRepair ) |
Copy the path to the Nix store.