bazarr: update to 1.5.0

This commit is contained in:
Pim Kunis 2024-12-29 16:02:16 +01:00
parent 70880ac224
commit c0435e5ef5
4 changed files with 28 additions and 4 deletions

View file

@ -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;