diff --git a/hosts/physique/hyponix/services/forgejo-runner.nix b/hosts/physique/hyponix/services/forgejo-runner.nix index 72d2676..cd5e404 100644 --- a/hosts/physique/hyponix/services/forgejo-runner.nix +++ b/hosts/physique/hyponix/services/forgejo-runner.nix @@ -23,8 +23,15 @@ ]; hostPackages = with pkgs; [ - # besoin pour checkout - nodejs + bash + coreutils + curl + gawk + gitMinimal + gnused + wget + nodejs # Required to be able to build. + reuse nix ]; };