From 53df50c8d6688da732af0f2072845f0cc86f1ee3 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 24 Jul 2024 13:37:04 -0500 Subject: [PATCH] Add nix to action runner hostpackages --- nixos/beefcake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 66cecf1..0aedb8f 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -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