add necessary packages to the forgejo runner
This commit is contained in:
parent
43c9dc8908
commit
f2b041f0f2
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@
|
|||
labels = [
|
||||
"native:host"
|
||||
];
|
||||
hostPackages = with pkgs; [
|
||||
nix
|
||||
nodejs
|
||||
git
|
||||
bash
|
||||
];
|
||||
settings = {
|
||||
log.level = "info";
|
||||
runner = {
|
||||
|
|
Loading…
Reference in a new issue