summaryrefslogtreecommitdiff
path: root/modules/athena-bccr/sys.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/athena-bccr/sys.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/athena-bccr/sys.nix b/modules/athena-bccr/sys.nix
index 98ae904..bd7d758 100644
--- a/modules/athena-bccr/sys.nix
+++ b/modules/athena-bccr/sys.nix
@@ -6,7 +6,13 @@
doctrine,
...
}: let
- athena = pkgs.${doctrine.prefix}.athena-bccr.${cfg.release};
+ athena =
+ (pkgs.${doctrine.prefix}.athena-bccr.override {
+ inherit (cfg) mirror;
+ }).${
+ cfg.release
+ };
+
inherit (athena) vendor;
driver = athena.card-driver.lib;