Use Jellyseerr from nixpkgs master branch
This commit is contained in:
parent
6106f2f795
commit
e7ddf543c8
3 changed files with 1 additions and 20 deletions
17
flake.lock
17
flake.lock
|
@ -786,22 +786,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-jellyseerr": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1735406088,
|
|
||||||
"narHash": "sha256-Cwah5iXhOJ3cbrPYG5oeSyhQ7F7BsAabHTeezD4elh0=",
|
|
||||||
"owner": "coonce",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "25569750ccc0c692128e667a77585d6d27ff7e57",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "coonce",
|
|
||||||
"ref": "jellyseerr",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735986103,
|
"lastModified": 1735986103,
|
||||||
|
@ -1000,7 +984,6 @@
|
||||||
"nixng": "nixng",
|
"nixng": "nixng",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"nixpkgs-bazarr": "nixpkgs-bazarr",
|
"nixpkgs-bazarr": "nixpkgs-bazarr",
|
||||||
"nixpkgs-jellyseerr": "nixpkgs-jellyseerr",
|
|
||||||
"nixpkgs-master": "nixpkgs-master",
|
"nixpkgs-master": "nixpkgs-master",
|
||||||
"nixpkgs-radicale": "nixpkgs-radicale",
|
"nixpkgs-radicale": "nixpkgs-radicale",
|
||||||
"servers": "servers",
|
"servers": "servers",
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||||
blog.url = "git+https://git.kun.is/pim/blog";
|
blog.url = "git+https://git.kun.is/pim/blog";
|
||||||
nixpkgs-jellyseerr.url = "github:coonce/nixpkgs?ref=jellyseerr";
|
|
||||||
nixpkgs-bazarr.url = "github:r-ryantm/nixpkgs?ref=auto-update/bazarr";
|
nixpkgs-bazarr.url = "github:r-ryantm/nixpkgs?ref=auto-update/bazarr";
|
||||||
nixpkgs-radicale.url = "github:erictapen/nixpkgs?ref=radicale";
|
nixpkgs-radicale.url = "github:erictapen/nixpkgs?ref=radicale";
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
nginx,
|
nginx,
|
||||||
blog,
|
blog,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nixpkgs-jellyseerr,
|
|
||||||
nixpkgs-bazarr,
|
nixpkgs-bazarr,
|
||||||
nixpkgs-radicale,
|
nixpkgs-radicale,
|
||||||
nixpkgs-master,
|
nixpkgs-master,
|
||||||
|
@ -48,10 +47,10 @@ in {
|
||||||
(final: _prev: {
|
(final: _prev: {
|
||||||
# From master branch
|
# From master branch
|
||||||
prowlarr = nixpkgs-master.legacyPackages.${system}.prowlarr;
|
prowlarr = nixpkgs-master.legacyPackages.${system}.prowlarr;
|
||||||
|
jellyseerr = nixpkgs-master.legacyPackages.${system}.jellyseerr;
|
||||||
|
|
||||||
# From forks
|
# From forks
|
||||||
bazarr = nixpkgs-bazarr.legacyPackages.${system}.bazarr;
|
bazarr = nixpkgs-bazarr.legacyPackages.${system}.bazarr;
|
||||||
jellyseerr = nixpkgs-jellyseerr.legacyPackages.${system}.jellyseerr;
|
|
||||||
radicale = nixpkgs-radicale.legacyPackages.${system}.radicale;
|
radicale = nixpkgs-radicale.legacyPackages.${system}.radicale;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue