diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 13238ac..aba664a 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -158,7 +158,14 @@ in "native:host" ]; hostPackages = with pkgs; [ + bash + coreutils + curl + gawk + gitMinimal + gnused nodejs + wget ]; };