nyxexprs/.github/workflows/build.yml

30 lines
552 B
YAML
Raw Normal View History

2023-11-03 08:30:38 +00:00
name: Build
on:
2023-11-03 09:36:30 +00:00
workflow_dispatch:
2023-11-03 08:30:38 +00:00
workflow_call:
secrets:
CACHIX_AUTH_TOKEN:
required: false
jobs:
build:
strategy:
matrix:
package:
- alejandra-no-ads
- ani-cli
2023-11-03 08:30:38 +00:00
- cloneit
- foot-transparent
2023-11-03 08:30:38 +00:00
- mov-cli
- rat
- rofi-calc-wayland
- rofi-emoji-wayland
2023-11-11 17:37:39 +00:00
- headscale-ui
2023-11-12 14:42:38 +00:00
- mastodon-bird-ui
2023-11-03 08:30:38 +00:00
uses: ./.github/workflows/nix.yml
with:
2023-11-03 09:36:30 +00:00
command: nix build -L .#${{ matrix.package }} -v
2023-11-03 08:30:38 +00:00
secrets: inherit