Update flake inputs
This commit is contained in:
parent
7ca3ed9293
commit
5b3687f802
3 changed files with 20 additions and 41 deletions
|
@ -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;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue