diff --git a/nix/home-server.nix b/nix/home-server.nix index 6095886..503f8ce 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -319,6 +319,11 @@ }; systemd.services.gitea-runner-infrastructure.environment = { RUNNER_SHELL = "${pkgs.bashNonInteractive}/bin/bash"; + PATH = lib.makeBinPath [ + pkgs.bashNonInteractive + pkgs.coreutils + pkgs.git + ]; }; systemd.services.gitea-runner-infrastructure.serviceConfig = { ReadWritePaths = [