|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include "lix/libstore/store-api.hh"Go to the source code of this file.
Functions | |
| kj::Promise< Result< std::map< StorePath, StorePath > > > | nix::makeContentAddressed (Store &srcStore, Store &dstStore, const StorePathSet &storePaths) |
| kj::Promise< Result< StorePath > > | nix::makeContentAddressed (Store &srcStore, Store &dstStore, const StorePath &fromPath) |
| kj::Promise< Result< StorePath > > nix::makeContentAddressed | ( | Store & | srcStore, |
| Store & | dstStore, | ||
| const StorePath & | rootPath ) |
Rewrite a closure of a store path to be completely content addressed.
This is a convenience function for the case where you only have one root path.