From f88abe5828bd9b07a0b4fe7b90b86810a0ce188c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 9 Mar 2026 15:25:05 -0600 Subject: trivionomicon: athena-bccr: add support for mirrors --- trivionomicon/modules/athena-bccr/hm.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'trivionomicon/modules/athena-bccr/hm.nix') diff --git a/trivionomicon/modules/athena-bccr/hm.nix b/trivionomicon/modules/athena-bccr/hm.nix index 0678e3c..df41f12 100644 --- a/trivionomicon/modules/athena-bccr/hm.nix +++ b/trivionomicon/modules/athena-bccr/hm.nix @@ -5,7 +5,12 @@ doctrine, ... }: let - athena = pkgs.${doctrine.prefix}.athena-bccr.${cfg.release}; + athena = + (pkgs.${doctrine.prefix}.athena-bccr.override { + inherit (cfg) mirror; + }).${ + cfg.release + }; in { home.packages = [ athena.firmador -- cgit v1.2.3