mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 03:03:40 +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
|