From 00eb75badb027e31f1e755a54be07178e5a317df Mon Sep 17 00:00:00 2001 From: "Manu [tennox]" Date: Thu, 9 Jan 2025 17:36:20 +0100 Subject: [PATCH] add cachix config to flake.nix --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index c13eab2..30cb90f 100644 --- a/flake.nix +++ b/flake.nix @@ -92,4 +92,12 @@ uboot-rpi-arm64 = pinned.uboot-rpi-arm64; } // kernels; }; + + nixConfig = { + extra-substituters = [ "https://nix-community.cachix.org" ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + }