Update to nixpkgs 25.11 (Xantusia) #218

Manually merged
rarias merged 15 commits from upgrade/25.11 into master 2026-01-20 13:51:15 +01:00
Showing only changes of commit 150969be9b - Show all commits

View File

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