Compare commits

...

1 Commits

Author SHA1 Message Date
Ash
acf5242ca6 ci: add plasma-bigscreen to cached packages
All checks were successful
CI / check (pull_request) Successful in 1m30s
CI / build-and-cache (pull_request) Has been skipped
Add plasma-bigscreen to CI cache and expose it in flake packages.
The package is built from upstream master (not yet in nixpkgs).
2026-04-10 16:52:31 -07:00
2 changed files with 3 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ jobs:
qt-pinned-jellyfin-media-player qt-pinned-jellyfin-media-player
qt-pinned-stremio qt-pinned-stremio
nix-deck-kernel nix-deck-kernel
plasma-bigscreen
) )
FAILED=() FAILED=()

View File

@@ -285,6 +285,8 @@
"custom-opencode" = pkgs.custom.opencode; "custom-opencode" = pkgs.custom.opencode;
"qt-pinned-jellyfin-media-player" = pkgsQt.jellyfin-media-player; "qt-pinned-jellyfin-media-player" = pkgsQt.jellyfin-media-player;
"qt-pinned-stremio" = pkgsQt.stremio; "qt-pinned-stremio" = pkgsQt.stremio;
# Plasma Bigscreen — not yet in nixpkgs, built from upstream
"plasma-bigscreen" = pkgs.kdePackages.callPackage ./roles/plasma-bigscreen/package.nix { };
} }
// ( // (
if system == "x86_64-linux" then if system == "x86_64-linux" then