feat: Update nix runner docker image URL

This commit updates the docker image URL for the nix runner in the forgejo.nix configuration. The new URL points to the image hosted at git.hoyer.xyz/harald/nix-runner:latest. This change is
This commit is contained in:
Harald Hoyer 2024-06-27 15:12:12 +02:00
parent 3eba20c0dc
commit b437541252

View file

@ -68,7 +68,7 @@
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04" "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04" "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
"nix:docker://backslashhh/nix-runner:latest" "nix:docker://git.hoyer.xyz/harald/nix-runner:latest"
]; ];
}; };
}; };