prowlarr: 1.26.1.4844 -> 1.28.2.4885
This commit is contained in:
parent
cf00f76e61
commit
00fb7e06a2
3 changed files with 21 additions and 10 deletions
12
flake.nix
12
flake.nix
|
@ -5,9 +5,11 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
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-radicale.url = "github:erictapen/nixpkgs?ref=radicale";
|
||||
nixpkgs-prowlarr.url = "github:r-ryantm/nixpkgs?ref=auto-update/prowlarr";
|
||||
|
||||
git-hooks = {
|
||||
url = "github:cachix/git-hooks.nix";
|
||||
|
@ -19,16 +21,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
blog = {
|
||||
url = "git+https://git.kun.is/pim/blog";
|
||||
|
||||
inputs = {
|
||||
# nixpkgs.follows = "nixpkgs";
|
||||
# flutils.follows = "flake-utils";
|
||||
# nixng.follows = "nixng";
|
||||
};
|
||||
};
|
||||
|
||||
kubenix = {
|
||||
url = "github:pizzapim/kubenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue