From c961dacf967a7831a8b44df1fe93b5b9bd7fa41e Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 25 Nov 2024 10:31:30 +0100 Subject: [PATCH] ci: add ripgrep to nix shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index e3ea31b..12fabe3 100644 --- a/shell.nix +++ b/shell.nix @@ -9,5 +9,6 @@ pkgs.mkShellNoCC { python312Packages.pyyaml typst typstyle + ripgrep ]; }