Add nix to action runner hostpackages
This commit is contained in:
parent
11948b8e2e
commit
53df50c8d6
1 changed files with 1 additions and 0 deletions
|
@ -766,6 +766,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
|||
];
|
||||
tokenFile = config.sops.secrets."forgejo-runner.env".path;
|
||||
hostPackages = with pkgs; [
|
||||
nix
|
||||
bash
|
||||
coreutils
|
||||
curl
|
||||
|
|
Loading…
Reference in a new issue