From d8f1692c993eb37884f603441d80547ebd91bfb5 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 26 Sep 2024 21:27:02 +0300 Subject: [PATCH] feat: use xz instead of gzip in the runner --- hosts/wolumonde/modules/gitea-act.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wolumonde/modules/gitea-act.nix b/hosts/wolumonde/modules/gitea-act.nix index 072d33c..a319a9f 100644 --- a/hosts/wolumonde/modules/gitea-act.nix +++ b/hosts/wolumonde/modules/gitea-act.nix @@ -15,8 +15,8 @@ gnused nodejs wget - gzip gnutar + xz ]; }; }