mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 16:05:59 +01:00
14 lines
241 B
YAML
14 lines
241 B
YAML
|
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
|