From 42e6a6c656e22598eca8feb4fc5079f0196a1abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 18 Sep 2025 10:10:19 +0800 Subject: [PATCH] vanadium: disable rarely used substitutors This would reduce query latency --- nix/configurations/vanadium/home/dev.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nix/configurations/vanadium/home/dev.nix b/nix/configurations/vanadium/home/dev.nix index ce6abd68..1aff2f4f 100644 --- a/nix/configurations/vanadium/home/dev.nix +++ b/nix/configurations/vanadium/home/dev.nix @@ -111,11 +111,11 @@ nix = { settings = { - extra-substituters = [ - "https://ghc-nix.cachix.org" - "https://haskell-language-server.cachix.org" - "https://helix.cachix.org" - ]; + # extra-substituters = [ + # "https://ghc-nix.cachix.org" + # "https://haskell-language-server.cachix.org" + # "https://helix.cachix.org" + # ]; extra-trusted-public-keys = [ "ghc-nix.cachix.org-1:ziC/I4BPqeA4VbtOFpFpu6D1t6ymFvRWke/lc2+qjcg=" "haskell-language-server.cachix.org-1:juFfHrwkOxqIOZShtC4YC1uT1bBcq2RSvC7OMKx0Nz8="