forked from DGNum/infrastructure
fix(cache): Use right nix option for client cache settings
This commit is contained in:
parent
a03fe42131
commit
ac3cd0a505
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ in
|
|||
|
||||
{ caches }:
|
||||
{
|
||||
trusted-substituters = builtins.map (cache: cache-info.${cache}.url) caches;
|
||||
substituters = builtins.map (cache: cache-info.${cache}.url) caches;
|
||||
trusted-public-keys = builtins.map (cache: cache-info.${cache}.public-key) caches;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue