Loading
gemini-cli: fix ripgrep path
Previously, this package relied on `ensureRgPath()` to locate a bundled `ripgrep` binary. This caused runtime failures in the `SearchText` tool on NixOS (specifically observed on aarch64-linux), as the bundled binary is dynamically linked and lacks required libraries. This change substitutes `gemini-cli`'s internal binary resolution (`ensureRgPath()`) with the absolute path to `ripgrep`'s binary in the Nix store .