From 3182cd8914035080f8209f0b7dafbea9b1cd1690 Mon Sep 17 00:00:00 2001 From: Juan Ibiapina Date: Wed, 8 May 2024 01:47:14 +0200 Subject: [PATCH] nix: Add nix-community cache --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ef5d25e8..9a5017d4 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "Systems configuration"; nixConfig = { - extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="; - extra-substituters = "https://devenv.cachix.org"; + extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="; + extra-substituters = "https://devenv.cachix.org https://nix-community.cachix.org"; }; inputs = {