Skip to content

Fix odd window animation effect that causes the bottom left corner to bounce. #3134

Fix odd window animation effect that causes the bottom left corner to bounce.

Fix odd window animation effect that causes the bottom left corner to bounce. #3134

Workflow file for this run

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