From bb913b181db1e25da1e38ac034504a56138cf432 Mon Sep 17 00:00:00 2001 From: Sacabambaspis <102341238+DataEraserC@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:48:49 +0800 Subject: [PATCH] feat: replace unzip with unzipNLS for proper extraction of non-English content --- modules/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base.nix b/modules/base.nix index bc86316a..6b994189 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -27,7 +27,7 @@ zip xz zstd - unzip + unzipNLS p7zip # Text Processing