ci: add ripgrep to nix shell

This commit is contained in:
Sven Vogel 2024-11-25 10:31:30 +01:00
parent c819704b49
commit c961dacf96
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ pkgs.mkShellNoCC {
python312Packages.pyyaml
typst
typstyle
ripgrep
];
}