chore: remove attic-exec cache

This commit is contained in:
Julien Malka 2024-08-03 10:58:23 +02:00
parent 385518be3d
commit 45793350bc
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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=" ];
};
};