Add garnix cache.

This commit is contained in:
Joseph Hanson 2024-04-05 14:26:36 -05:00
parent 9e952e8a67
commit dd8223716e

12
cachix/garnix.nix Normal file
View file

@ -0,0 +1,12 @@
{
nix = {
settings = {
substituters = [
"https://cache.garnix.io"
];
trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
};
};
}