ci: Remove garnix substitutor (#58033)

Release Notes:

- N/A
This commit is contained in:
Jakub Konka 2026-05-29 07:56:42 +02:00 committed by GitHub
parent d3070bbc0d
commit 486e5f7cdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,11 +31,9 @@
nixConfig = {
extra-substituters = [
"https://zed.cachix.org"
"https://cache.garnix.io"
];
extra-trusted-public-keys = [
"zed.cachix.org-1:/pHQ6dpMsAZk2DiP4WCL0p9YDNKWj2Q5FL20bNmw1cU="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
};
}