Nix
2.93.0-dev
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
4
#include "
lix/libstore/store-api.hh
"
5
6
namespace
nix {
7
10
kj::Promise<Result<std::map<StorePath, StorePath>>> makeContentAddressed(
11
Store & srcStore,
12
Store & dstStore,
13
const
StorePathSet & rootPaths);
14
19
kj::Promise<Result<StorePath>> makeContentAddressed(
20
Store & srcStore,
21
Store & dstStore,
22
const
StorePath & rootPath);
23
24
}
store-api.hh
lix
libstore
make-content-addressed.hh
Generated by
1.10.0