From d6001c806b07362f187f60c592efaf74907dc072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 26 Jun 2025 17:34:37 +0200 Subject: [PATCH] vanadium: use helix's cache --- nix/configurations/vanadium/home/dev.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/configurations/vanadium/home/dev.nix b/nix/configurations/vanadium/home/dev.nix index 34047fcf..71f9d9d1 100644 --- a/nix/configurations/vanadium/home/dev.nix +++ b/nix/configurations/vanadium/home/dev.nix @@ -53,10 +53,12 @@ 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=" + "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=" ]; }; };