feat: add extra packages to github runner
This commit is contained in:
parent
1e99819b59
commit
b94ec21f68
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue