fix: expose custom packages as flake outputs for CI caching
Some checks failed
CI / build-and-cache (custom-app-launcher-server) (push) Has been cancelled
CI / build-and-cache (custom-claude-code) (push) Has been cancelled
CI / build-and-cache (custom-mcrcon-rbw) (push) Has been cancelled
CI / build-and-cache (custom-rclone-torbox-setup) (push) Has been cancelled
CI / build-and-cache (custom-tea-rbw) (push) Has been cancelled
CI / build-and-cache (qt-pinned-jellyfin-media-player) (push) Has been cancelled
CI / check (push) Has been cancelled

Add packages output with:
- custom-* packages from packages/
- qt-pinned-jellyfin-media-player

Update CI to use hyphenated names (flake attrs can't have dots)
This commit is contained in:
mayor
2026-02-12 21:11:48 -08:00
committed by John Ogle
parent 3b640bf81a
commit d799bd2d32
2 changed files with 28 additions and 6 deletions

View File

@@ -27,12 +27,12 @@ jobs:
fail-fast: false
matrix:
package:
- custom.claude-code
- custom.app-launcher-server
- custom.mcrcon-rbw
- custom.tea-rbw
- custom.rclone-torbox-setup
- qt-pinned.jellyfin-media-player
- custom-claude-code
- custom-app-launcher-server
- custom-mcrcon-rbw
- custom-tea-rbw
- custom-rclone-torbox-setup
- qt-pinned-jellyfin-media-player
steps:
- uses: actions/checkout@v6