Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
fetch-to-store.hh
Go to the documentation of this file.
1#pragma once
3
9
10namespace nix {
11
15kj::Promise<Result<StorePath>> fetchToStoreFlat(
16 Store & store,
17 const CheckedSourcePath & path,
18 std::string_view name = "source",
19 RepairFlag repair = NoRepair);
20kj::Promise<Result<StorePath>> fetchToStoreRecursive(
21 Store & store,
22 const PreparedDump & contents,
23 std::string_view name = "source",
24 RepairFlag repair = NoRepair);
25
26}
Definition source-path.hh:89
Definition store-api.hh:195
SourcePath.
Definition archive.hh:76