nix.settings.trusted-substituters

List of binary cache URLs that non-root users can use (in addition to those specified using nix.settings.substituters) by passing --option binary-caches to Nix commands.

Type
list of string
Default
[ ]
Example
[
  "https://hydra.nixos.org/"
]
Declared
<nix-darwin/modules/nix>