mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
Remove addPathToAccessor
This commit is contained in:
parent
542ae5c8f8
commit
fdbbcc4492
9 changed files with 97 additions and 109 deletions
|
|
@ -333,7 +333,7 @@ Path RemoteStore::queryPathFromHashPart(const string & hashPart)
|
|||
|
||||
|
||||
void RemoteStore::addToStore(const ValidPathInfo & info, const ref<std::string> & nar,
|
||||
bool repair, bool dontCheckSigs)
|
||||
bool repair, bool dontCheckSigs, std::shared_ptr<FSAccessor> accessor)
|
||||
{
|
||||
throw Error("RemoteStore::addToStore() not implemented");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue