From 540ca5f76242b1493b1afbeda89b288e4f0cea70 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 12 Oct 2025 07:42:25 -0700 Subject: [PATCH] ops(ci): add caches --- ci/common.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ci/common.nix b/ci/common.nix index 0585b444..f14f3bc7 100644 --- a/ci/common.nix +++ b/ci/common.nix @@ -38,6 +38,26 @@ publicKey = "arc.cachix.org-1:DZmhclLkB6UO0rc0rBzNpwFbbaeLfyn+fYccuAy7YVY="; signingKey = null; }; + nix-community = { + enable = true; + publicKey = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="; + signingKey = null; + }; + nix-gaming = { + enable = true; + publicKey = "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="; + signingKey = null; + }; + niri = { + enable = true; + publicKey = "niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964="; + signingKey = null; + }; + chaotic-nyx = { + enable = true; + publicKey = "chaotic-nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8="; + signingKey = null; + }; kittywitch = { enable = true; publicKey = "kittywitch.cachix.org-1:KIzX/G5cuPw5WgrXad6UnrRZ8UDr7jhXzRTK/lmqyK0=";