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

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
2024-04-25 13:24:58 +02:00

4 lines
52 B
Nix

{
services.nixseparatedebuginfod.enable = true;
}