feat: add extra packages to github runner

This commit is contained in:
Noa Aarts 2024-10-20 23:34:54 +02:00
parent 1e99819b59
commit b94ec21f68
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -158,6 +158,10 @@
github-runners = { github-runners = {
flurry-runner = { flurry-runner = {
enable = true; enable = true;
extraPackages = with pkgs;[
nodejs
curl
];
name = "flurry-runner"; name = "flurry-runner";
tokenFile = "/secrets/token-flurry"; tokenFile = "/secrets/token-flurry";
url = "https://github.com/itepastra/flurry"; url = "https://github.com/itepastra/flurry";