feat: Add nix image to runner images in forgejo.nix

This commit adds a new runner image for the Nix environment. The "nix:docker://backslashhh/nix:latest" line has been included in the Forgejo configuration, allowing Gitea to use the latest Nix image in the runner.
This commit is contained in:
Harald Hoyer 2024-06-27 13:52:19 +02:00
parent 83221b4587
commit a4805ea27c

View file

@ -67,6 +67,7 @@
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
"nix:docker://backslashhh/nix:latest"
];
};
};