about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-10-10T11·02+0200
committertazjin <mail@tazj.in>2021-10-10T11·21+0000
commit1f1556dea90d94f9c6fe5aa74c9ce719846f737b (patch)
treef0665c29b1db28cda0b823afe67c86454b0b35f5
parent0bb728a5d41b617d952a7a628f324351f4c17a37 (diff)
feat(tazjin/tverskoy): Install unzip r/2961
... the amount of times I've not had this and nix-shell'd it is ridiculous.

Change-Id: I8ac3a7a2915e68d235f8349373b2575e6ebe1cb5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3710
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 6ef229e563..52a82bbc8f 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -244,8 +244,8 @@ in lib.fix(self: {
       bat
       chromium
       curl
-      direnv
       ddcutil
+      direnv
       dnsutils
       emacs27-nox # emacsclient
       exa
@@ -290,6 +290,7 @@ in lib.fix(self: {
       syncthing
       tokei
       tree
+      unzip
       vlc
       xsecurelock
     ]);