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
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user