diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 9df6cfb7..37a78564 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -11,6 +11,8 @@ jobs: steps: - name: "Runner: Info" run: | + echo "============= PATH" + echo $PATH echo "============= pwd" pwd echo "============= ls -lah" diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index e3f59a97..8f9ecef8 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -9,7 +9,7 @@ }; services.gitea-actions-runner = { - package = pkgs.gitea-actions-runner; + package = pkgs.forgejo-actions-runner; instances."${hostname}" = { enable = true; name = "${hostname}";