summary refs log tree commit diff stats
path: root/modules/programs
diff options
context:
space:
mode:
authorAlan Pearce2017-11-16 16:03:23 +0100
committerAlan Pearce2017-11-16 16:03:23 +0100
commit4773e323ed24f05c1b465623f9ae4ee71e59c0b6 (patch)
treeb8107da88bb1bf24a1664eceff24457b8ccc61ac /modules/programs
parentbbbb12fb192c95a3cd64c28291c7804dd4731b75 (diff)
downloadnixos-configuration-4773e323ed24f05c1b465623f9ae4ee71e59c0b6.tar.lz
nixos-configuration-4773e323ed24f05c1b465623f9ae4ee71e59c0b6.tar.zst
nixos-configuration-4773e323ed24f05c1b465623f9ae4ee71e59c0b6.zip
shell: Replace una with unar
unar has a man page.
Diffstat (limited to 'modules/programs')
-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
   ];
 }