hydra-queue-runner: Support generating a signed binary cache
This commit is contained in:
@ -33,7 +33,10 @@ ref<Store> State::getLocalStore()
|
||||
|
||||
ref<Store> State::getDestStore()
|
||||
{
|
||||
return make_ref<LocalBinaryCache>(getLocalStore(), "/tmp/binary-cache");
|
||||
return make_ref<LocalBinaryCache>(getLocalStore(),
|
||||
"/tmp/binary-cache",
|
||||
"/home/eelco/Misc/Keys/test.nixos.org/secret",
|
||||
"/home/eelco/Misc/Keys/test.nixos.org/public");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user