From b6ae5e92b324e1f46cd0c7acafc2bda58db3f586 Mon Sep 17 00:00:00 2001 From: mayor Date: Sat, 14 Feb 2026 14:27:28 -0800 Subject: [PATCH] Add qt-pinned-stremio to CI cache Stremio uses qt5webengine, so it benefits from the separate nixpkgs-qt input to avoid rebuild churn. Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/ci.yml | 1 + flake.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7e713c6..eacd0e9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: custom-beads custom-gastown qt-pinned-jellyfin-media-player + qt-pinned-stremio nix-deck-kernel ) diff --git a/flake.nix b/flake.nix index 83a8773..d1fd09f 100644 --- a/flake.nix +++ b/flake.nix @@ -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;