Compare commits

...

1 commit

Author SHA1 Message Date
cfc655da9d auto-update flake inputs
Some checks are pending
CI / build (push) Waiting to run
2025-10-12 21:00:00 -05:00

View file

@ -14,11 +14,12 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- run: nix flake update
- run: nix develop --command "generate-parsers"
- uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PAT }}
branch: ci/update
commit-message: "chore: update generated.nix"
title: "chore: update generated.nix"
commit-message: "chore: update flake inputs + generated.nix"
title: "chore: update flake inputs + generated.nix"
body: "This PR is auto-generated."