1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

build(nix): update substituters to use garnix cache

This commit is contained in:
Jake Stanger 2024-04-17 21:38:51 +01:00
parent e6f7108862
commit a86f8b5d50
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -209,7 +209,7 @@
};
};
nixConfig = {
extra-substituters = ["https://jakestanger.cachix.org"];
extra-trusted-public-keys = ["jakestanger.cachix.org-1:VWJE7AWNe5/KOEvCQRxoE8UsI2Xs2nHULJ7TEjYm7mM="];
extra-substituters = ["https://cache.garnix.io"];
extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="];
};
}