Update flake inputs

This commit is contained in:
Pim Kunis 2025-05-29 15:53:27 +02:00
parent 3999016b78
commit f4d06a9b33
3 changed files with 21 additions and 41 deletions

View file

@ -6,7 +6,6 @@
blog,
nixpkgs,
nixpkgs-master,
nixpkgs-prowlarr,
...
}:
flake-utils.lib.eachDefaultSystem (system: let
@ -53,7 +52,6 @@ in {
(_final: _prev: {
# From master branch
inherit (nixpkgs-master.legacyPackages.${system}) jellyseerr radicale bazarr;
inherit (nixpkgs-prowlarr.legacyPackages.${system}) prowlarr;
})
];
}