Commit 33c3a26
Changed files (1)
modules
core
nix
modules/core/nix/substituters.nix
@@ -8,9 +8,11 @@
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store?priority=10"
"https://nix-community.cachix.org?priority=20"
+ "https://cache.garnix.io?priority=30"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
};
};