blob: fccd4d09273984f798e104a551a8802259b3fddc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name: Nix
on: [push, pull_request, workflow_dispatch]
jobs:
wlroots:
uses: ./.github/workflows/nix-update-wlroots.yml
secrets: inherit
build:
needs: wlroots
uses: ./.github/workflows/nix-build.yml
secrets: inherit
|