Use Prowlarr from branch
This commit is contained in:
parent
835df1b97c
commit
ab4c065053
3 changed files with 21 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
blog,
|
||||
nixpkgs,
|
||||
nixpkgs-master,
|
||||
nixpkgs-prowlarr,
|
||||
...
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
|
@ -53,7 +54,8 @@ in {
|
|||
nixpkgs.overlays = [
|
||||
(_final: _prev: {
|
||||
# From master branch
|
||||
inherit (nixpkgs-master.legacyPackages.${system}) jellyseerr radicale bazarr prowlarr;
|
||||
inherit (nixpkgs-master.legacyPackages.${system}) jellyseerr radicale bazarr;
|
||||
inherit (nixpkgs-prowlarr.legacyPackages.${system}) prowlarr;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue