summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/programs/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/shell.nix b/modules/programs/shell.nix
index dc85ccc..33ee27d 100644
--- a/modules/programs/shell.nix
+++ b/modules/programs/shell.nix
@@ -30,6 +30,6 @@
     unzip
     telnet
 
-    haskellPackages.una
+    unar
   ];
 }