Skip to content

Update flake.lock

Update flake.lock #42

Workflow file for this run

name: Update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
jobs:
lockfile:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v13
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Check flake
uses: DeterminateSystems/flake-checker-action@v8
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v23
with:
commit-msg: "chore(nix): update flake.lock"
nix-options: --accept-flake-config
token: ${{ secrets.PR_COMMENT }}
pr-title: "Update flake.lock"
pr-labels: |
bot