Add nix to action runner hostpackages

This commit is contained in:
Daniel Flanagan 2024-07-24 13:37:04 -05:00
parent 11948b8e2e
commit 53df50c8d6

View file

@ -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