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}";
|
url = "https://${config.secrets.services.forgejo.url}";
|
||||||
token = config.secrets.services.forgejo.runner-token;
|
token = config.secrets.services.forgejo.runner-token;
|
||||||
labels = [
|
labels = [
|
||||||
"debian-latest:docker://node:20-bullseye"
|
"nix:docker://nixos/nix" # Shoutout to Icewind 1991 for this syntax: https://icewind.nl/entry/gitea-actions-nix/
|
||||||
"ubuntu-24.04:docker://node:20-bullseye"
|
"debian:docker://node:20-bullseye"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue