mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07: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
|