From c6998c17eaa1cc24498091876eec2a4e41dc3a23 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 27 Oct 2024 23:21:39 +0530 Subject: [PATCH] flake: trust cachix --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index bdd5526..449abac 100644 --- a/flake.nix +++ b/flake.nix @@ -3,10 +3,12 @@ nixConfig = { extra-substituters = [ + "https://adtya.cachix.org" "https://nix-community.cachix.org" "https://cache.nixos.org" ]; extra-trusted-public-keys = [ + "adtya.cachix.org-1:lAuNLx0Ehzx6FoH20rVkMD7KyZZevlLfvm3lwMAzrnU=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];