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

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
2024-03-14 16:44:21 +01:00

4 lines
52 B
Nix

{
services.nixseparatedebuginfod.enable = true;
}