Add qt-pinned-stremio to CI cache
Some checks failed
CI / check (push) Failing after 13m32s
CI / build-and-cache (push) Has been skipped

Stremio uses qt5webengine, so it benefits from the separate
nixpkgs-qt input to avoid rebuild churn.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
mayor
2026-02-14 14:27:28 -08:00
committed by John Ogle
parent 3588fe97c6
commit b6ae5e92b3
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ jobs:
custom-beads
custom-gastown
qt-pinned-jellyfin-media-player
qt-pinned-stremio
nix-deck-kernel
)

View File

@@ -259,6 +259,7 @@
"custom-tea-rbw" = pkgs.custom.tea-rbw;
"custom-rclone-torbox-setup" = pkgs.custom.rclone-torbox-setup;
"qt-pinned-jellyfin-media-player" = pkgsQt.jellyfin-media-player;
"qt-pinned-stremio" = pkgsQt.stremio;
# Flake input packages (beads, gastown) - these get version from input rev
"custom-beads" = pkgs.callPackage ./packages/beads {
src = inputs.beads;