From 0a752a3752e9e02603f58aec2307da8a98c3c257 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 23 Apr 2024 22:06:47 +0530 Subject: [PATCH] add trusted substituters --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 85467f0..9acae3b 100644 --- a/flake.nix +++ b/flake.nix @@ -4,9 +4,13 @@ nixConfig = { extra-substituters = [ "https://nix-community.cachix.org/" + "https://helix.cachix.org" + "https://hyprland.cachix.org" ]; extra-trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=" + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; };