Skip to content

Update flake.lock

Update flake.lock #8

# This file is automatically generated from Nix configuration. Do not edit directly.
jobs:
update:
runs-on: warp-ubuntu-latest-arm64-2x
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- id: update
name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-labels: |-
dependencies
automated
pr-title: 'chore: update flake.lock'
- env:
GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
if: steps.update.outputs.pull-request-number != ''
name: Enable automerge
run: gh pr merge --auto --rebase ${{ steps.update.outputs.pull-request-number }}
name: Update flake.lock
"on":
schedule:
- cron: 0 0 * * 0
workflow_dispatch: {}
permissions:
contents: write
id-token: write
pull-requests: write