add necessary packages to the forgejo runner

This commit is contained in:
jacekpoz 2024-05-17 00:44:12 +02:00
parent 43c9dc8908
commit f2b041f0f2
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -49,6 +49,12 @@
labels = [
"native:host"
];
hostPackages = with pkgs; [
nix
nodejs
git
bash
];
settings = {
log.level = "info";
runner = {