mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
nix sign-paths: Support binary caches
This commit is contained in:
parent
d6dbda7004
commit
ec5b04862b
3 changed files with 43 additions and 15 deletions
|
@ -59,6 +59,8 @@ private:
|
|||
|
||||
std::string narInfoFileFor(const Path & storePath);
|
||||
|
||||
void writeNarInfo(ref<NarInfo> narInfo);
|
||||
|
||||
public:
|
||||
|
||||
bool isValidPathUncached(const Path & path) override;
|
||||
|
@ -119,8 +121,7 @@ public:
|
|||
|
||||
ref<FSAccessor> getFSAccessor() override;
|
||||
|
||||
void addSignatures(const Path & storePath, const StringSet & sigs) override
|
||||
{ unsupported(); }
|
||||
void addSignatures(const Path & storePath, const StringSet & sigs) override;
|
||||
|
||||
std::shared_ptr<std::string> getBuildLog(const Path & path) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue