Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
make-content-addressed.hh
Go to the documentation of this file.
1#pragma once
3
5
6namespace nix {
7
10kj::Promise<Result<std::map<StorePath, StorePath>>> makeContentAddressed(
11 Store & srcStore,
12 Store & dstStore,
13 const StorePathSet & rootPaths);
14
19kj::Promise<Result<StorePath>> makeContentAddressed(
20 Store & srcStore,
21 Store & dstStore,
22 const StorePath & rootPath);
23
24}
Definition path.hh:21
Definition store-api.hh:195