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 ebfbca4b48
commit a4bf90ddfc
2 changed files with 0 additions and 11 deletions

View File

@@ -5,8 +5,6 @@
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, ... }: