jungle/m/module/debuginfod.nix
Rodrigo Arias Mallo f5c69a7233 Remove nixseparatedebuginfod input
It has been integrated in nixpkgs, so is no longer required.

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
2025-10-01 16:40:16 +02:00

4 lines
52 B
Nix

{
services.nixseparatedebuginfod.enable = true;
}