From 45d4a62af289c6844e1a89b99a2294a3337ef657 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 18:24:58 +0100 Subject: [PATCH] try more host packages --- hosts/fw.cloonar.com/modules/gitea.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 ]; };