bazarr: update to 1.5.0
This commit is contained in:
parent
70880ac224
commit
c0435e5ef5
4 changed files with 28 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
nixng,
|
||||
nixpkgs,
|
||||
nixpkgs-jellyseerr,
|
||||
nixpkgs-bazarr,
|
||||
...
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
|
@ -24,7 +25,7 @@ in {
|
|||
inherit nixpkgs system;
|
||||
name = "nixng-${name}";
|
||||
specialArgs = {
|
||||
inherit nixpkgs-jellyseerr;
|
||||
inherit nixpkgs-jellyseerr nixpkgs-bazarr;
|
||||
inherit (self) globals;
|
||||
};
|
||||
config = import configFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue