auto-update flake inputs

This commit is contained in:
iofq 2025-10-08 12:21:58 -05:00
parent 2a90b27b60
commit eb926e4efe

View file

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