diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-25T20·39+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-25T20·39+0000 |
commit | 264a55e2e008c1b8a51a12b05f1f0e2850e8fab8 (patch) | |
tree | 6b38295809c01fc78921a1a6e0b249bd9cbadb56 | |
parent | 30286d54549221169b88049072eb4aebc9d0632e (diff) |
feat(ops/nixos/nugget): Install unzip r/456
-rw-r--r-- | ops/nixos/nugget/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index ce7233eedc98..98876345b01c 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -126,6 +126,7 @@ in pkgs.lib.fix(self: { spotify tokei tree + unzip vlc xclip ]); |