From a699dc6a64b3b368fcb7b6a6a7653cc501c4abde Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 23 May 2024 16:00:11 +0200 Subject: [PATCH] add fd and ripgrep to the forgejo runner --- hosts/chmura/services/forgejo.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/chmura/services/forgejo.nix b/hosts/chmura/services/forgejo.nix index a1235d1..9dcd30e 100644 --- a/hosts/chmura/services/forgejo.nix +++ b/hosts/chmura/services/forgejo.nix @@ -54,6 +54,8 @@ nodejs git bash + fd + ripgrep ]; settings = { log.level = "info";