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;
|
||||
hostPackages = with pkgs; [
|
||||
nix
|
||||
nodejs
|
||||
coreutils
|
||||
gnutar
|
||||
gzip
|
||||
(pkgs.writeShellScriptBin "sh" "${bash}")
|
||||
bash
|
||||
git
|
||||
];
|
||||
labels = [
|
||||
#"ubuntu-latest:docker://node:16-bullseye"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue