Skip to content

Make sure flake.lock is up-to-date #1236

Make sure flake.lock is up-to-date

Make sure flake.lock is up-to-date #1236

Workflow file for this run

name: Make sure flake.lock is up-to-date
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
flake_lock_up_to_date:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- name: Lock flake
run: nix flake lock
- name: Diff `flake.lock`
run: git diff --exit-code flake.lock