feat: Update Docker image reference in Nix configuration

The Docker image reference for the "nix" key in the `systems/x86_64-linux/mx/forgejo.nix` file was updated. This change points to a more recent version of the image, "nix-runner:latest", to ensure our deployments are based on the latest state.
This commit is contained in:
Harald Hoyer 2024-06-27 14:00:54 +02:00
parent a4805ea27c
commit 0520a52155

View file

@ -67,7 +67,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:latest" "nix:docker://backslashhh/nix-runner:latest"
]; ];
}; };
}; };