fix: allow forgejo-runner access to nix.
Some checks failed
default / build (push) Failing after 48s

This commit is contained in:
CronyAkatsuki 2026-01-21 18:16:03 +01:00
parent 08c159c32c
commit ea6f41619e

View file

@ -18,6 +18,17 @@
## optionally provide native execution on the host:
"native:host"
];
hostPackages = with pkgs; [
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs
wget
nix
];
};
};
}