From f329039060d46eec622eccb07df6cd3981efa2b3 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:59 +1000 Subject: [PATCH] nix: add unzip --- modules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell.nix b/modules/shell.nix index a44f958..df2f70b 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -15,6 +15,7 @@ killall ripgrep wget + unzip gcc # needed for nvim for some reason.