Skip to content

Update flake.lock #1672

Update flake.lock

Update flake.lock #1672

Workflow file for this run

name: Flake Checks
on:
pull_request: ~
push:
branches:
- 'main'
jobs:
flake-check:
runs-on: self-hosted
steps:
- name: Checkout the repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: nix flake check
run: nix flake check