nyxexprs/.github/workflows/build.yml
NotAShelf fbcd07e6bd
Some checks failed
Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Has been cancelled
Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Has been cancelled
Checks / build (push) Has been cancelled
CI: build and cache zsh-stripped
2024-08-04 12:40:25 +03:00

27 lines
480 B
YAML

name: Build
on:
workflow_dispatch:
workflow_call:
secrets:
CACHIX_AUTH_TOKEN:
required: false
jobs:
build:
strategy:
matrix:
package:
- alejandra-custom
- ani-cli
- cloneit
- foot-transparent
- headscale-ui
- mastodon-bird-ui
- zsh-stripped
uses: ./.github/workflows/nix.yml
with:
command: nix build -L .#${{ matrix.package }} -v
secrets: inherit