Nix 2.26.3
Nix, the purely functional 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 "store-api.hh"
5
6namespace nix {
7
10std::map<StorePath, StorePath> makeContentAddressed(
11 Store & srcStore,
12 Store & dstStore,
13 const StorePathSet & rootPaths);
14
19StorePath makeContentAddressed(
20 Store & srcStore,
21 Store & dstStore,
22 const StorePath & rootPath);
23
24}
Definition path.hh:27
Definition store-api.hh:169
SourcePath rootPath(CanonPath path)