add cachix riscv64 ghc

This commit is contained in:
Bit Borealis 2024-03-30 22:12:52 +00:00
parent d49a54b0c6
commit cb0840b841
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
description = "geekygay shared NixOS config";
nixConfig = {
extra-substituters = [ "https://cache.ztier.in" ];
extra-trusted-public-keys = [ "cache.ztier.link-1:3P5j2ZB9dNgFFFVkCQWT3mh0E+S3rIWtZvoql64UaXM=" ];
extra-substituters = [ "https://cache.ztier.in" "https://riscv64-ghc-cache.cachix.org" ];
extra-trusted-public-keys = [ "cache.ztier.link-1:3P5j2ZB9dNgFFFVkCQWT3mh0E+S3rIWtZvoql64UaXM=" "riscv64-ghc-cache.cachix.org-1:hmTD9o4WZwvbWFUQnInwWIxZOVpEiKBw3Dn7OOkKAiI=" ];
};
inputs = {