Skip to content

Update flake

Update flake #42

Workflow file for this run

name: Update flake
on:
schedule:
- cron: "52 13 * * 4"
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.M15A_GITHUB_PAT }}
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Update flake lock file
run: |
nix flake update
- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: 'flake.lock'
commit_message: "auto: update flake lock"