modules/dependencies: add ripgrep

This commit is contained in:
Gaetan Lepage 2025-04-07 18:36:51 +02:00 committed by nix-infra-bot
parent 238ffa110a
commit d6cdbf36b2
7 changed files with 54 additions and 59 deletions

View file

@ -27,6 +27,7 @@ let
default = "nodejs";
example = "pkgs.nodejs_22";
};
ripgrep.default = "ripgrep";
texpresso.default = "texpresso";
tinymist.default = "tinymist";
tree-sitter.default = "tree-sitter";