plex{,Raw}: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-27 11:07:09 +01:00
parent 0fd7a8a6e8
commit 79b853930a
3 changed files with 0 additions and 4 deletions
-4
View File
@@ -3255,10 +3255,6 @@ with pkgs;
playwright-driver = (callPackage ../development/web/playwright/driver.nix { }).playwright-core;
playwright-test = (callPackage ../development/web/playwright/driver.nix { }).playwright-test;
plex = callPackage ../servers/plex { };
plexRaw = callPackage ../servers/plex/raw.nix { };
tabview = with python3Packages; toPythonApplication tabview;
inherit (callPackage ../development/tools/pnpm { })