From cb0840b841f18f9ea4d6a90b84cd1f0f6aa77444 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Sat, 30 Mar 2024 22:12:52 +0000 Subject: [PATCH] add cachix riscv64 ghc --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 837952e..4659050 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {