From e1b04d8b86ccd80d067babffc1687b791555f98c Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Sun, 2 Feb 2025 17:49:27 -0800 Subject: [PATCH] Testin --- nixos/common/services/forgejo-runner.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 8b92ad4f..22d5a7d8 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -23,7 +23,18 @@ ]; url = "https://git.sysctl.io"; tokenFile = /run/secrets/services/forgejo_token; - hostPackages = with pkgs; [ bash git nix nodejs ]; + hostPackages = with pkgs; [ + bash + coreutils + curl + gawk + gitMinimal + gnused + nodejs + wget + nix + git + ]; }; }; }