From 2cd1974921ebb9328cc40a636f6be3f90049a01e Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Thu, 19 Sep 2024 20:05:07 +0200 Subject: [PATCH] Use new team cachix cache (#1648) This switches our flake config to the use cachix binary cache and also makes `nix-direnv` users accept the flake config of this repository. --- .envrc | 2 +- flake.nix | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.envrc b/.envrc index 3550a30f2de..8a73b1bfece 100644 --- a/.envrc +++ b/.envrc @@ -1 +1 @@ -use flake +use flake . --accept-flake-config diff --git a/flake.nix b/flake.nix index 67013a34b38..5f16b0136b6 100644 --- a/flake.nix +++ b/flake.nix @@ -176,13 +176,11 @@ nixConfig = { extra-substituters = [ "https://cache.iog.io" - "https://hydra-node.cachix.org" "https://cardano-scaling.cachix.org" ]; extra-trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" - "hydra-node.cachix.org-1:vK4mOEQDQKl9FTbq76NjOuNaRD4pZLxi1yri31HHmIw=" - "cardano-scaling.cachix.org-1:RKvHKhGs/b6CBDqzKbDk0Rv6sod2kPSXLwPzcUQg9lY=" + "cardano-scaling.cachix.org-1:QNK4nFrowZ/aIJMCBsE35m+O70fV6eewsBNdQnCSMKA=" ]; allow-import-from-derivation = true; };