docs: add upstream tracking comments to plasma-bigscreen files
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user