Skip to content

[nix] add cmake & GL libraries as build inputs #23

[nix] add cmake & GL libraries as build inputs

[nix] add cmake & GL libraries as build inputs #23

Workflow file for this run

name: Nix
on: [push, pull_request, workflow_dispatch]
jobs:
wlroots:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/nix-update-wlroots.yml
secrets: inherit
build:
if: always() && !cancelled() && !contains(needs.*.result, 'failure')
needs: wlroots
uses: ./.github/workflows/nix-build.yml
secrets: inherit