Enable nixseparatedebuginfod module

The module is only enabled on Hut and Eudy because we noticed activity
on the debuginfod service even if no debug session was active.

Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
2023-12-01 19:57:04 +01:00
committed by Rodrigo Arias Mallo
parent ed887b0412
commit c564d945d4
5 changed files with 72 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
agenix.inputs.nixpkgs.follows = "nixpkgs";
bscpkgs.url = "git+https://git.sr.ht/~rodarima/bscpkgs";
bscpkgs.inputs.nixpkgs.follows = "nixpkgs";
nixseparatedebuginfod.url = "github:symphorien/nixseparatedebuginfod";
nixseparatedebuginfod.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, agenix, bscpkgs, ... }: