Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

ci: switch to inline Claude workflows #2

ci: switch to inline Claude workflows

ci: switch to inline Claude workflows #2

Workflow file for this run

name: Check Nix flake
on:
pull_request:
paths:
- '**.nix'
- flake.lock
push:
branches:
- main
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
with:
fail-mode: true
send-statistics: false
- name: Run nix flake check
run: nix flake check