tribuchet: building on jamie treefmt v2.5.0traversed 1249 files emitted 537 files for processing formatted 537 files (1 changed) in 3.105s M home/.pi/agent/extensions/block-commands.ts diff --git a/home/.pi/agent/extensions/block-commands.ts b/home/.pi/agent/extensions/block-commands.ts index 4431293..795c2e8 100644 --- a/home/.pi/agent/extensions/block-commands.ts +++ b/home/.pi/agent/extensions/block-commands.ts @@ -32,8 +32,7 @@ interface BlockRule { const BLOCK_RULES: BlockRule[] = [ { matches: (argv) => scansRoot(argv, NIX_ROOTS), - reason: - "find/fd/rg/grep on /nix/store is blocked (millions of files). " + + reason: "find/fd/rg/grep on /nix/store is blocked (millions of files). " + "Use nix-locate to find store paths, or inspect env vars like " + "$buildInputs / $NIX_CFLAGS_COMPILE / $PKG_CONFIG_PATH inside a shell.", },