diff options
| author | Martin Fischer <martin@push-f.com> | 2026-07-13 08:32:32 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-07-13 08:32:32 +0200 |
| commit | 4056eca514fcf643ac370dd2caeb32406ffe88bc (patch) | |
| tree | fc763ffd22cb18d7aeae719c5e7451b69f9d4ba1 | |
| parent | f39f2f96852de39af9fd37a5fa71e831e2dc5d47 (diff) | |
feat(ev): add unzip
| -rw-r--r-- | nixos/hosts/ev/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |
