From c86a9f9cddfc95bdfab097b22a106902065d4da6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 10 May 2024 21:15:25 +0900 Subject: fix(modules/binary-cache)!: remove kusanari cache until 'NAR corrupt' issue is resolved --- modules/binary-cache/caches/kusanari-hydra.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 modules/binary-cache/caches/kusanari-hydra.nix diff --git a/modules/binary-cache/caches/kusanari-hydra.nix b/modules/binary-cache/caches/kusanari-hydra.nix deleted file mode 100644 index a1f4099..0000000 --- a/modules/binary-cache/caches/kusanari-hydra.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - nix.settings = { - substituters = [ - "https://cache.kusanari.network/hydra" - ]; - trusted-public-keys = [ - "hydra:aQij+np/Omz8vILwpvgz+gajP9KSjKe5kRNWwthI5gI=" - ]; - }; - - environment.systemPackages = [ pkgs.attic ]; -} -- cgit 1.4.1