From 13c0be2882bdab8aee8af63d30ca5a3d5cece220 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Wed, 7 Aug 2024 15:19:08 +0200 Subject: [PATCH] Use nix-community cache as extra substituter --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index d073c63..df19658 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,11 @@ nixConfig = { allow-import-form-derivation = true; + + extra-substituters = [ "https://nix-community.cachix.org" ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; outputs = { self, nixpkgs, home-manager, ... }@inputs: