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-26 05:49:48 +0200 |
| commit | 5dd67defe2f32ba23f3398914bc410535482c4c0 (patch) | |
| tree | bdcda9babbfd9f341379764351c9489bf916601c /nixos/hosts | |
| parent | 51f4c6970617b6a6ca9dc6783ca7b55e6c562606 (diff) | |
feat(ev): add unzip
Diffstat (limited to 'nixos/hosts')
| -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 = { |
