hyprland-plugins/.github/workflows/nix-build.yml

25 lines
511 B
YAML
Raw Normal View History

2023-12-28 23:00:11 +01:00
on:
workflow_call:
jobs:
build:
strategy:
matrix:
package:
- borders-plus-plus
- csgo-vulkan-fix
- hyprbars
- hyprtrails
- hyprwinwrap
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Update inputs
run: nix flake update
2023-12-28 23:00:11 +01:00
- run: nix build .#${{ matrix.package }} -L