1
0
Fork 0

Add Nix runner to Forgejo Actions

This commit is contained in:
Aires 2024-05-27 13:07:35 -04:00
parent 97bd0234b2
commit df57420fef

View file

@ -70,8 +70,8 @@ in
url = "https://${config.secrets.services.forgejo.url}";
token = config.secrets.services.forgejo.runner-token;
labels = [
"debian-latest:docker://node:20-bullseye"
"ubuntu-24.04:docker://node:20-bullseye"
"nix:docker://nixos/nix" # Shoutout to Icewind 1991 for this syntax: https://icewind.nl/entry/gitea-actions-nix/
"debian:docker://node:20-bullseye"
];
};
};