chore: remove attic-exec cache

This commit is contained in:
Luj 2024-08-03 10:58:23 +02:00
parent cf760e442d
commit d0fa320bbe

View file

@ -28,10 +28,7 @@ with lib;
settings = {
builders-use-substitutes = true;
auto-optimise-store = true;
substituters = [
"https://cache.nixos.org"
"https://cache.saumon.network/attic-exec?priority=100"
];
substituters = [ "https://cache.nixos.org" ];
trusted-public-keys = [ "attic-exec:W1PQ0txRf4qpCIlNLscD/Xw1GwGoBij73JSum/I8Xt4=" ];
};
};