prowlarr: 1.29.2.4915 -> 1.30.2.4939
This commit is contained in:
parent
58ba834eb0
commit
ff5aa0526a
3 changed files with 22 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
blog,
|
||||
nixpkgs,
|
||||
nixpkgs-master,
|
||||
nixpkgs-prowlarr,
|
||||
...
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
|
@ -46,8 +47,10 @@ in {
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(_final: _prev: {
|
||||
inherit (nixpkgs-prowlarr.legacyPackages.${system}) prowlarr;
|
||||
|
||||
# From master branch
|
||||
inherit (nixpkgs-master.legacyPackages.${system}) jellyseerr radicale bazarr prowlarr;
|
||||
inherit (nixpkgs-master.legacyPackages.${system}) jellyseerr radicale bazarr;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue