Skip to content

input: add cursor:persistent_warps to maintain relative position with… #4145

input: add cursor:persistent_warps to maintain relative position with…

input: add cursor:persistent_warps to maintain relative position with… #4145

Workflow file for this run

name: Nix
on: [push, pull_request, workflow_dispatch]
jobs:
update-inputs:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
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