Skip to content

Commit e35b4d5

Browse files
ghuntleyampcode-com
andcommitted
Add ripgrep to development environment
- Added pkgs.ripgrep to packages list in devenv.nix - Updated enterShell and enterTest to show ripgrep version - Ensures ripgrep is available for code_search_tool.go functionality Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-2857e4e8-8aa6-4c8a-96fc-1de031aa7031
1 parent 951a66f commit e35b4d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devenv.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
pkgs.nodejs_20
1111
pkgs.nodePackages.typescript
1212
pkgs.nodePackages.ts-node
13+
pkgs.ripgrep
1314
];
1415

1516
# https://devenv.sh/languages/
@@ -47,6 +48,7 @@
4748
tsc --version
4849
rustc --version
4950
dotnet --version
51+
rg --version
5052
'';
5153

5254
# https://devenv.sh/tasks/
@@ -64,6 +66,7 @@
6466
node --version
6567
rustc --version
6668
dotnet --version
69+
rg --version
6770
'';
6871

6972
# https://devenv.sh/git-hooks/

0 commit comments

Comments
 (0)