Use nixpkgs master branch for Bazarr and Radicale
This commit is contained in:
parent
8bc6313112
commit
771c32b52c
3 changed files with 2 additions and 45 deletions
|
@ -5,8 +5,6 @@
|
|||
nginx,
|
||||
blog,
|
||||
nixpkgs,
|
||||
nixpkgs-bazarr,
|
||||
nixpkgs-radicale,
|
||||
nixpkgs-master,
|
||||
...
|
||||
}:
|
||||
|
@ -47,14 +45,9 @@ in {
|
|||
self.nixngModules.deluge
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: _prev: {
|
||||
(_final: _prev: {
|
||||
# From master branch
|
||||
prowlarr = nixpkgs-master.legacyPackages.${system}.prowlarr;
|
||||
jellyseerr = nixpkgs-master.legacyPackages.${system}.jellyseerr;
|
||||
|
||||
# From forks
|
||||
bazarr = nixpkgs-bazarr.legacyPackages.${system}.bazarr;
|
||||
radicale = nixpkgs-radicale.legacyPackages.${system}.radicale;
|
||||
inherit (nixpkgs-master.legacyPackages.${system}) prowlarr jellyseerr radicale bazarr;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue