From e5ad65c4e1d40ea2c3544dc4a24e1c6c933350f8 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sat, 13 May 2023 22:19:56 +0100 Subject: [PATCH] nixos/common: Add unzip --- nixos/modules/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/common.nix b/nixos/modules/common.nix index 34ed3e9..3849797 100644 --- a/nixos/modules/common.nix +++ b/nixos/modules/common.nix @@ -124,6 +124,7 @@ in bash-completion vim git + unzip ] (mkIf config.services.netdata.enable [ netdata ]) ];