From d73def49bd0ae2f20fdde89774c1a117a586c0c0 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 10 Mar 2026 20:03:02 -0600 Subject: trivionomicon: athena-bccr: separate releases by vendor, add 'vendor' option --- trivionomicon/modules/athena-bccr/hm.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (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 df41f12..683cb4d 100644 --- a/trivionomicon/modules/athena-bccr/hm.nix +++ b/trivionomicon/modules/athena-bccr/hm.nix @@ -5,12 +5,11 @@ doctrine, ... }: let - athena = - (pkgs.${doctrine.prefix}.athena-bccr.override { - inherit (cfg) mirror; - }).${ - cfg.release - }; + releases = pkgs.${doctrine.prefix}.athena-bccr.override { + inherit (cfg) mirror vendor; + }; + + athena = releases.${cfg.release}; in { home.packages = [ athena.firmador -- cgit v1.2.3