Skip to content

Commit

Permalink
Add prowlarr overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Dec 7, 2024
1 parent 5a3229e commit 17a99a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
hash = "sha256-VlvxAWOKZ/ih7bxKxD2qfp2S8skGABS90hfmP8aV2w0=";
}
}/pkgs/tools/system/fancy-motd") { };

# TODO remove when merged https://nixpk.gs/pr-tracker.html?pr=362641
prowlarr = super.callPackage (import "${
super.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "8c1369637e0a52efebb84e4c127e6469254b45c3";
sha256 = "sha256-zc0bmytECqO3R4wht7zURz2XPOn7goVOXGiXDLBCijI=";
}
}/pkgs/servers/prowlarr") { };
})
(_: super: {
discord = super.callPackage ./discord.nix { inherit (super) discord; };
Expand Down

0 comments on commit 17a99a9

Please sign in to comment.