From 7e7a6d41da6eac4e2e11e39ecb25e7bb6dcfedaf Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 6 Oct 2025 22:31:24 +0200 Subject: [PATCH] Add unzip --- modules/tools/utils/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tools/utils/default.nix b/modules/tools/utils/default.nix index 6e23c86..95c162d 100644 --- a/modules/tools/utils/default.nix +++ b/modules/tools/utils/default.nix @@ -11,6 +11,7 @@ parallel ripgrep tokei + unzip wget ]; }