Upgrade to nixseparatedebuginfod2
Some checks failed
CI / build:all (pull_request) Failing after 49m58s
CI / build:cross (pull_request) Successful in 49m56s

This commit is contained in:
2025-10-27 11:47:32 +01:00
parent 4e64f54c0f
commit 4545fbf08f

View File

@@ -1,3 +1,10 @@
{ {
services.nixseparatedebuginfod.enable = true; services.nixseparatedebuginfod2 = {
enable = true;
substituters = [
"local:"
"https://cache.nixos.org"
"http://hut/cache"
];
};
} }