From a7a8ff5be5efb39b215b8988208b79012bec623c Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Thu, 18 Sep 2025 22:15:15 +0000 Subject: [PATCH] feat(common): add midnight as a binary cache Change-Id: wurqspvtppuutqppqpwloyrztzxyutnv We just set up a binary cache with nix-serve - let's use it! We'll keep the old cachix around for now, but it's considered deprecated :) --- packetmix/systems/common/packetmix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packetmix/systems/common/packetmix.nix b/packetmix/systems/common/packetmix.nix index c4f6a2d8..d493f7fe 100644 --- a/packetmix/systems/common/packetmix.nix +++ b/packetmix/systems/common/packetmix.nix @@ -6,9 +6,11 @@ { config, pkgs, ... }: { nix.settings.substituters = [ + "https://cache.freshlybakedca.ke" "https://freshlybakedcake.cachix.org" ]; nix.settings.trusted-public-keys = [ + "cache.freshlybakedca.ke-1:WD7CED6MwAxxOzgHlrHVbcVdYeqSa2mwBwR3vNuCJvg=" "freshlybakedcake.cachix.org-1:YmhsHdeKjqbaS33PPJXJllTHBupT3hliQrPcllJXkE0=" ]; -- 2.43.0