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 = {
|
||||
flurry-runner = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs;[
|
||||
nodejs
|
||||
curl
|
||||
];
|
||||
name = "flurry-runner";
|
||||
tokenFile = "/secrets/token-flurry";
|
||||
url = "https://github.com/itepastra/flurry";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue