treefmt-check
aarch64-darwin.formatting
· build #216
· raw
1treefmt v2.5.0traversed 1249 files2emitted 537 files for processing3formatted 537 files (3 changed) in 1.588s4 M home/.pi/agent/extensions/block-commands.ts5diff --git a/home/.pi/agent/extensions/block-commands.ts b/home/.pi/agent/extensions/block-commands.ts6index 4431293..795c2e8 1006447--- a/home/.pi/agent/extensions/block-commands.ts8+++ b/home/.pi/agent/extensions/block-commands.ts9@@ -32,8 +32,7 @@ interface BlockRule {10 const BLOCK_RULES: BlockRule[] = [11 {12 matches: (argv) => scansRoot(argv, NIX_ROOTS),13- reason:14- "find/fd/rg/grep on /nix/store is blocked (millions of files). " +15+ reason: "find/fd/rg/grep on /nix/store is blocked (millions of files). " +16 "Use nix-locate to find store paths, or inspect env vars like " +17 "$buildInputs / $NIX_CFLAGS_COMPILE / $PKG_CONFIG_PATH inside a shell.",18 },