From 26ea1efd54e1bb4c401fadc8c89d6c35e05ef3a5 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 17 Feb 2026 10:04:30 -0500 Subject: [PATCH] hyprland cache --- modules/common/common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/common/common.nix b/modules/common/common.nix index 5f2e1a9..ca2a114 100644 --- a/modules/common/common.nix +++ b/modules/common/common.nix @@ -14,10 +14,18 @@ substituters = [ "https://cache.nixos.org" "https://nix-community.cachix.org" + "https://hyprland.cachix.org" + ]; + + trusted-substituters = [ + "https://cache.nixos.org" + "https://nix-community.cachix.org" + "https://hyprland.cachix.org" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; };