Remove nixseparatedebuginfod input

It has been integrated in nixpkgs, so is no longer required.

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
2024-03-14 16:44:21 +01:00
parent 9f1cd02144
commit 366436b6d3
2 changed files with 0 additions and 11 deletions

View File

@@ -1,12 +1,3 @@
{ theFlake, ... }:
let
nixseparatedebuginfod = theFlake.inputs.nixseparatedebuginfod;
in
{
imports = [
nixseparatedebuginfod.nixosModules.default
];
services.nixseparatedebuginfod.enable = true;
}