mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: remove attic-exec cache
This commit is contained in:
parent
385518be3d
commit
45793350bc
1 changed files with 1 additions and 4 deletions
|
@ -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=" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue