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
17
flake.lock
generated
17
flake.lock
generated
|
@ -786,6 +786,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-prowlarr": {
|
||||
"locked": {
|
||||
"lastModified": 1737932785,
|
||||
"narHash": "sha256-0OW0c742vfXyJflQGWhwMSxk/nbivBOibHei8P2ADRA=",
|
||||
"owner": "rhoriguchi",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "67ead92f4a53625a8afbead0107a6139c4f668b6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "rhoriguchi",
|
||||
"ref": "prowlarr",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1720386169,
|
||||
|
@ -952,6 +968,7 @@
|
|||
"nixng": "nixng",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"nixpkgs-master": "nixpkgs-master",
|
||||
"nixpkgs-prowlarr": "nixpkgs-prowlarr",
|
||||
"servers": "servers",
|
||||
"treefmt-nix": "treefmt-nix_4"
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
flake-utils.url = "github:numtide/flake-utils";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
blog.url = "git+https://git.kun.is/pim/blog";
|
||||
nixpkgs-prowlarr.url = "github:rhoriguchi/nixpkgs/prowlarr";
|
||||
|
||||
git-hooks = {
|
||||
url = "github:cachix/git-hooks.nix";
|
||||
|
|
|
@ -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
Reference in a new issue