Skip to content

Update Flake Lock

Update Flake Lock #267

name: Update Flake Lock
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # runs daily at 00:00 UTC
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
update-flake-lock:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "nix: Update flake.lock"
pr-labels: |
automated