mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
nix-copy-closure / build-remote.pl: Disable signature checking
This restores the Nix 1.11 behaviour.
This commit is contained in:
parent
e4f0ba55ac
commit
c2d27d30cf
12 changed files with 20 additions and 17 deletions
|
|
@ -326,7 +326,8 @@ Path RemoteStore::queryPathFromHashPart(const string & hashPart)
|
|||
}
|
||||
|
||||
|
||||
void RemoteStore::addToStore(const ValidPathInfo & info, const std::string & nar, bool repair)
|
||||
void RemoteStore::addToStore(const ValidPathInfo & info, const std::string & nar,
|
||||
bool repair, bool dontCheckSigs)
|
||||
{
|
||||
throw Error("RemoteStore::addToStore() not implemented");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue