mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Fix building without S3 support
http://hydra.nixos.org/build/49031196/nixlog/2/raw
This commit is contained in:
parent
79f4583f8a
commit
99bbddedb1
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ struct LegacySSHStore : public Store
|
|||
void collectGarbage(const GCOptions & options, GCResults & results) override
|
||||
{ unsupported(); }
|
||||
|
||||
ref<FSAccessor> getFSAccessor()
|
||||
ref<FSAccessor> getFSAccessor() override
|
||||
{ unsupported(); }
|
||||
|
||||
void addSignatures(const Path & storePath, const StringSet & sigs) override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue