Skip to content

Update Flake

Update Flake #94

Workflow file for this run

name: Update Flake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
update-flake:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Nix
uses: ./.github/actions/setup-nix
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-title: "chore: update flake.lock"
pr-labels: automated
pr-body: |
Automated flake dependency update.
{{env.GIT_COMMIT_MESSAGE}}