Skip to content

Commit 269cd7f

Browse files
committed
don't use cache.nixos.org anymore for spongix
1 parent f71e3e7 commit 269cd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/metal/bitteProfile/spongix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in {
1717
port = 7745;
1818
gcInterval = "1h";
1919
secretKeyFiles.ci-world = config.secrets.install.spongix-secret-key.target;
20-
substituters = ["https://cache.nixos.org" "https://hydra.iohk.io"];
20+
substituters = ["https://hydra.iohk.io"];
2121
trustedPublicKeys = [
2222
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
2323
(lib.fileContents (config.secrets.encryptedRoot + "/nix-public-key-file"))

0 commit comments

Comments
 (0)