Skip to content

Commit

Permalink
Add plex overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Nov 25, 2024
1 parent 04f5d73 commit c2e901b
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 @@ -71,6 +71,16 @@
sha256 = "sha256-Rg6B6b4/2Ydfi6w67RWPmEeC9u6E+zon2Idg9wO184Q=";
}
}/pkgs/servers/tautulli") { };

# TODO remove when merged https://nixpk.gs/pr-tracker.html?pr=359151
plexRaw = super.python3Packages.callPackage (import "${
super.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "414adcabe0e4c032f64737bf8d0bc079d8236ce8";
sha256 = "sha256-HshRHzDiyd3+uYbzLTh4M1w5Qi0YoaG5mTMUrEnPrrc=";
}
}/pkgs/servers/plex/raw.nix") { };
})
(_: super: {
discord = super.callPackage ./discord.nix { inherit (super) discord; };
Expand Down

0 comments on commit c2e901b

Please sign in to comment.