Files
jungle/m/module/debuginfod.nix
Aleix Boné 4545fbf08f
Some checks failed
CI / build:all (pull_request) Failing after 49m58s
CI / build:cross (pull_request) Successful in 49m56s
Upgrade to nixseparatedebuginfod2
2025-12-02 11:41:20 +01:00

11 lines
166 B
Nix

{
services.nixseparatedebuginfod2 = {
enable = true;
substituters = [
"local:"
"https://cache.nixos.org"
"http://hut/cache"
];
};
}