trivionomicon: athena-bccr: add support for mirrors
This commit is contained in:
parent
789b1780cb
commit
286c49e369
5 changed files with 41 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue