mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 23:12:44 +01:00
Merge branch 'rework-options' of https://github.com/copumpkin/nix
This commit is contained in:
commit
1860070548
11 changed files with 222 additions and 93 deletions
|
|
@ -1333,7 +1333,7 @@ void LocalStore::signPathInfo(ValidPathInfo & info)
|
|||
{
|
||||
// FIXME: keep secret keys in memory.
|
||||
|
||||
auto secretKeyFiles = settings.get("secret-key-files", Strings());
|
||||
auto secretKeyFiles = settings.secretKeyFiles;
|
||||
|
||||
for (auto & secretKeyFile : secretKeyFiles) {
|
||||
SecretKey secretKey(readFile(secretKeyFile));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue