Skip to content

Simplify Makefile targets #405

Simplify Makefile targets

Simplify Makefile targets #405

Workflow file for this run

# Validate Nix flake — check inputs and run `nix flake check`.
name: Validate Flake
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
permissions: {}
jobs:
validate:
name: Flake Check
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/determinate-nix-action@v3
- name: Validate flake inputs
uses: DeterminateSystems/flake-checker-action@main
with:
check-owner: false
ignore-missing-flake-lock: false
fail-mode: true
- name: Run nix flake check
run: nix flake check --show-trace