nixbot

builds

failed treefmt-check aarch64-linux.treefmt · build #160 · raw

1tribuchet: building on eliza2treefmt v2.5.0traversed 272 files3emitted 228 files for processing4formatted 228 files (2 changed) in 8.908s5 M docs/CLI.md6 M docs/EFFECTS.md7diff --git a/docs/CLI.md b/docs/CLI.md8index f7dd11b..f19cea2 1006449--- a/docs/CLI.md10+++ b/docs/CLI.md11@@ -88,8 +88,8 @@ Attribute arguments accept unambiguous substrings.12 13 ## Effects14 15-`nbo effects` runs and inspects a flake's [effects](EFFECTS.md) locally with16-nix (no API token needed):17+`nbo effects` runs and inspects a flake's [effects](EFFECTS.md) locally with nix18+(no API token needed):19 20 ```console21 nbo effects list # effects with their after/lock metadata22diff --git a/docs/EFFECTS.md b/docs/EFFECTS.md23index 6d4612b..b74d89b 10064424--- a/docs/EFFECTS.md25+++ b/docs/EFFECTS.md26@@ -89,8 +89,8 @@ in `after` fail effect discovery.27 28 nixbot evaluates every `onPush.<job>` of the `herculesCI` output. Outside the29 flake, effects are addressed by their dotted attribute path prefixed with the30-job name: `nbo effects run default.deploy-staging`, log names, and the31-`after` entries in `nbo effects list` output. Inspect the DAG locally:32+job name: `nbo effects run default.deploy-staging`, log names, and the `after`33+entries in `nbo effects list` output. Inspect the DAG locally:34 35 ```console36 $ nbo effects graph37@@ -102,8 +102,8 @@ default.push-image38 39 ## CLI usage40 41-The `nbo effects` commands (part of the [nbo CLI](CLI.md)) can list and run effects locally, or against remote42-repositories using43+The `nbo effects` commands (part of the [nbo CLI](CLI.md)) can list and run44+effects locally, or against remote repositories using45 [Nix flake references](https://nix.dev/manual/nix/latest/command-ref/new-cli/nix3-flake#flake-references).46 47 ### Local repository