Forgejo pkgs for worker
This commit is contained in:
parent
5e118b4063
commit
c886f6c7e3
1 changed files with 7 additions and 0 deletions
|
|
@ -69,6 +69,13 @@ in {
|
||||||
tokenFile = config.sops.secrets."services/forgejo/runner".path;
|
tokenFile = config.sops.secrets."services/forgejo/runner".path;
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
nix
|
nix
|
||||||
|
nodejs
|
||||||
|
coreutils
|
||||||
|
gnutar
|
||||||
|
gzip
|
||||||
|
(pkgs.writeShellScriptBin "sh" "${bash}")
|
||||||
|
bash
|
||||||
|
git
|
||||||
];
|
];
|
||||||
labels = [
|
labels = [
|
||||||
#"ubuntu-latest:docker://node:16-bullseye"
|
#"ubuntu-latest:docker://node:16-bullseye"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue