Nixseparatedebuginfod
services.nixseparatedebuginfod.allowOldNix
Do not fail evaluation when {option}services.nixseparatedebuginfod.nixPackage
is older than nix 2.18.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/nixseparatedebuginfod.nix
services.nixseparatedebuginfod.enable
Whether to enable separatedebuginfod, a debuginfod server providing source and debuginfo for nix packages.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/nixseparatedebuginfod.nix
services.nixseparatedebuginfod.nixPackage
The version of nix that nixseparatedebuginfod should use as client for the nix daemon. It is strongly advised to use nix version >= 2.18, otherwise some debug info may go missing.
Type: package
Default
pkgs.nix
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/nixseparatedebuginfod.nix
services.nixseparatedebuginfod.port
port to listen
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
1949
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/development/nixseparatedebuginfod.nix