mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
build-remote: Don't require signatures
This restores the old behaviour.
This commit is contained in:
parent
031d70e500
commit
3a5f04f48c
6 changed files with 20 additions and 16 deletions
|
@ -223,9 +223,6 @@ struct LegacySSHStore : public Store
|
|||
void addSignatures(const Path & storePath, const StringSet & sigs) override
|
||||
{ unsupported(); }
|
||||
|
||||
bool isTrusted() override
|
||||
{ return true; }
|
||||
|
||||
void computeFSClosure(const PathSet & paths,
|
||||
PathSet & out, bool flipDirection = false,
|
||||
bool includeOutputs = false, bool includeDerivers = false) override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue