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 = { settings = {
builders-use-substitutes = true; builders-use-substitutes = true;
auto-optimise-store = true; auto-optimise-store = true;
substituters = [ substituters = [ "https://cache.nixos.org" ];
"https://cache.nixos.org"
"https://cache.saumon.network/attic-exec?priority=100"
];
trusted-public-keys = [ "attic-exec:W1PQ0txRf4qpCIlNLscD/Xw1GwGoBij73JSum/I8Xt4=" ]; trusted-public-keys = [ "attic-exec:W1PQ0txRf4qpCIlNLscD/Xw1GwGoBij73JSum/I8Xt4=" ];
}; };
}; };