nix.settings.trusted-substituters

NixOS option

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 in: nixos/modules/config/nix.nixView source on NixOS/nixpkgs →