mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
importPaths(): Fix accessor support for Hydra
This commit is contained in:
parent
b0f7f9c98f
commit
629ab80022
4 changed files with 27 additions and 7 deletions
|
@ -134,6 +134,12 @@ public:
|
|||
|
||||
ref<FSAccessor> getFSAccessor() override;
|
||||
|
||||
private:
|
||||
|
||||
void addPathToAccessor(ref<FSAccessor>, const Path & storePath, const ref<std::string> & data) override;
|
||||
|
||||
public:
|
||||
|
||||
void addSignatures(const Path & storePath, const StringSet & sigs) override
|
||||
{ notImpl(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue