mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 22:05:58 +01:00
Mihai Fufezan
589f758d94
- Clone repo recursively - Update Nix install action - Remove wlroots update
14 lines
325 B
YAML
14 lines
325 B
YAML
name: Nix
|
|
|
|
on: [push, pull_request, workflow_dispatch]
|
|
|
|
jobs:
|
|
update-inputs:
|
|
uses: ./.github/workflows/nix-update-inputs.yml
|
|
secrets: inherit
|
|
|
|
build:
|
|
if: always() && !cancelled() && !contains(needs.*.result, 'failure')
|
|
needs: update-inputs
|
|
uses: ./.github/workflows/nix-build.yml
|
|
secrets: inherit
|