From 4056eca514fcf643ac370dd2caeb32406ffe88bc Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 13 Jul 2026 08:32:32 +0200 Subject: feat(ev): add unzip --- nixos/hosts/ev/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index 9aa785c..9c34e0f 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -67,6 +67,7 @@ in environment.systemPackages = with pkgs; [ # The essentials are installed via the imported profile. sqlite-interactive + unzip ]; fileSystems = { -- cgit v1.3.1