Update flake inputs

This commit is contained in:
Pim Kunis 2025-01-16 21:20:02 +01:00
parent 7ca3ed9293
commit 5b3687f802
3 changed files with 20 additions and 41 deletions

View file

@ -6,7 +6,6 @@
blog,
nixpkgs,
nixpkgs-master,
nixpkgs-prowlarr,
...
}:
flake-utils.lib.eachDefaultSystem (system: let
@ -48,9 +47,7 @@ in {
nixpkgs.overlays = [
(_final: _prev: {
# From master branch
inherit (nixpkgs-master.legacyPackages.${system}) jellyseerr radicale bazarr;
# Other branches
inherit (nixpkgs-prowlarr.legacyPackages.${system}) prowlarr;
inherit (nixpkgs-master.legacyPackages.${system}) jellyseerr radicale bazarr prowlarr;
})
];
}