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

16 lines
334 B
YAML
Raw Permalink Normal View History

2023-12-28 23:00:11 +01:00
on:
workflow_call:
jobs:
build:
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
- run: nix flake check -L --keep-going