From eb926e4efebac16b6def5235a5c7ed973652c222 Mon Sep 17 00:00:00 2001 From: iofq Date: Wed, 8 Oct 2025 12:21:58 -0500 Subject: [PATCH] auto-update flake inputs --- .github/workflows/update.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 55f1efc..2d1c06e 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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."