From d6fd5a2a972d869fb92c6f2f964bd37d13da2bab Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 26 Sep 2024 21:00:11 +0300 Subject: [PATCH] feat: add tar and gzip to gitea runner --- hosts/wolumonde/modules/gitea-act.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/wolumonde/modules/gitea-act.nix b/hosts/wolumonde/modules/gitea-act.nix index 215c912..072d33c 100644 --- a/hosts/wolumonde/modules/gitea-act.nix +++ b/hosts/wolumonde/modules/gitea-act.nix @@ -15,6 +15,8 @@ gnused nodejs wget + gzip + gnutar ]; }; }