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

Revert "fix: make an always-on agent reachable, and stop reporting li… #12

Revert "fix: make an always-on agent reachable, and stop reporting li…

Revert "fix: make an always-on agent reachable, and stop reporting li… #12

Workflow file for this run

name: Nix
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
# `nix flake check` rather than `nix build`: it builds the package *and*
# evaluates every `checks.*`, so the help smoke test and the completions
# contract actually gate the PR.
- run: nix flake check --print-build-logs