mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +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
|
|
@ -79,7 +79,7 @@ public:
|
|||
private:
|
||||
|
||||
Setting<bool> requireSigs{(Store*) this,
|
||||
trim(settings.get("signed-binary-caches", std::string("*"))) != "",
|
||||
settings.signedBinaryCaches != "", // FIXME
|
||||
"require-sigs", "whether store paths should have a trusted signature on import"};
|
||||
|
||||
PublicKeys publicKeys;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue