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/pkgs/athena-bccr/unwrapped.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trivionomicon/pkgs/athena-bccr/unwrapped.nix') diff --git a/trivionomicon/pkgs/athena-bccr/unwrapped.nix b/trivionomicon/pkgs/athena-bccr/unwrapped.nix index bf99a84..dc9f142 100644 --- a/trivionomicon/pkgs/athena-bccr/unwrapped.nix +++ b/trivionomicon/pkgs/athena-bccr/unwrapped.nix @@ -5,9 +5,10 @@ requireFile, release, gaudiHash ? null, + vendor, ... }: let - inherit (release) srcPaths vendor; + inherit (release) srcPaths; url = if mirror != null -- cgit v1.2.3