ci: add ripgrep to nix shell
Build'n check / run-ci-linux (push) Has been skipped Details

(cherry picked from commit c961dacf96)
This commit is contained in:
Sven Vogel 2024-11-25 10:31:30 +01:00
parent e2e756dc85
commit 9c2243285e
1 changed files with 1 additions and 0 deletions

View File

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