Skip to content

Update Nix flake inputs #750

Update Nix flake inputs

Update Nix flake inputs #750

Workflow file for this run

on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
build:
name: Check inputs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v12
with:
fail-mode: true
env:
FLAKE_CHECKER_NO_TELEMETRY: true