docs: add upstream tracking comments to plasma-bigscreen files
CI / check (pull_request) Successful in 2m28s
CI / build-and-cache (pull_request) Has been skipped

Flag the custom derivation and workarounds as temporary with TODO
markers and links to the relevant nixpkgs issue/PR. Makes it clear
what to remove once plasma-bigscreen lands in nixpkgs.
This commit is contained in:
2026-03-07 10:45:33 -08:00
parent bf63c8dff3
commit 91cc6cbed8
2 changed files with 17 additions and 10 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ with lib;
let
cfg = config.roles.plasma-bigscreen;
# Plasma Bigscreen package — not yet in nixpkgs, built from upstream master
# Plasma Bigscreen package — not yet in nixpkgs, built from upstream master.
# TODO: Replace with pkgs.kdePackages.plasma-bigscreen once available.
plasma-bigscreen = pkgs.kdePackages.callPackage ./package.nix {};
jellyfinMediaPlayerPkg =