Add Nix runner to Forgejo Actions
This commit is contained in:
parent
97bd0234b2
commit
df57420fef
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue