From bf70cffaa6537a4c1aff558398e71fd4329d8efb Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 24 Mar 2026 17:42:30 -0600 Subject: Revert "Merge commit 'efcef47c37e27be128082fa9585b8fa1be3c4dd5' into master" This reverts commit 93d87124e90859011855467b93592bd3d1bb7723, reversing changes made to 194efc5c4b7c1dabebd0731c81952e17d935c4d8. --- trivionomicon/modules/athena-bccr/sys.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'trivionomicon/modules/athena-bccr/sys.nix') diff --git a/trivionomicon/modules/athena-bccr/sys.nix b/trivionomicon/modules/athena-bccr/sys.nix index bd7d758..0b4658c 100644 --- a/trivionomicon/modules/athena-bccr/sys.nix +++ b/trivionomicon/modules/athena-bccr/sys.nix @@ -6,17 +6,15 @@ doctrine, ... }: let - athena = - (pkgs.${doctrine.prefix}.athena-bccr.override { - inherit (cfg) mirror; - }).${ - cfg.release - }; - - inherit (athena) vendor; + releases = pkgs.${doctrine.prefix}.athena-bccr.override { + inherit (cfg) mirror vendor; + }; + athena = releases.${cfg.release}; driver = athena.card-driver.lib; scmiddleware = "${driver}/lib/SCMiddleware"; + + inherit (cfg) vendor; in { environment = { etc = -- cgit v1.2.3