mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
Fix #1921
This commit is contained in:
parent
4fd28bee89
commit
d34fa2bcc3
3 changed files with 14 additions and 4 deletions
|
|
@ -77,6 +77,8 @@ private:
|
|||
minFree but not much below availAfterGC, then there is no
|
||||
point in starting a new GC. */
|
||||
uint64_t availAfterGC = std::numeric_limits<uint64_t>::max();
|
||||
|
||||
std::unique_ptr<PublicKeys> publicKeys;
|
||||
};
|
||||
|
||||
Sync<State, std::recursive_mutex> _state;
|
||||
|
|
@ -100,7 +102,7 @@ private:
|
|||
settings.requireSigs,
|
||||
"require-sigs", "whether store paths should have a trusted signature on import"};
|
||||
|
||||
PublicKeys publicKeys;
|
||||
const PublicKeys & getPublicKeys();
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue