services.nixseparatedebuginfod2.substituters

NixOS option

nix substituter to fetch debuginfo from. Either http/https/file substituters, or local: to use debuginfo present in the local store.

type: list of string
Default
[
  "local:"
  "https://cache.nixos.org"
]
declared in: nixos/modules/services/development/nixseparatedebuginfod2.nixView source on NixOS/nixpkgs →