about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-05-06 03:03:33 +0200
committeraszlig <aszlig@nix.build>2020-05-06 03:03:33 +0200
commit64fdbcc7e0949a3d3bf1cee3361d5ebe5c56cc4c (patch)
tree6c0d34f00969eacaa1c4174465ee4c1d57d60d79 /modules
parent7c179da0d19c71b21d289e65c312c25c8e3b2a6b (diff)
profiles/workstation: Replace p7zip with unar
A while ago, p7zip has been marked as insecure[1], and while I didn't
use p7zip for any real archives, I used it for unrelated things like
executables and ISO9660 images and of course occasionally also 7z files.

While I haven't done extensive testing with unar, it does seem to have a
similar feature set when it comes to non-archive formats and also has
support for 7z archives as well.

[1]: https://github.com/NixOS/nixpkgs/commit/aa80b4780d849a00d86c28d6b3c

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index f0646207..2a7e1645 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -47,7 +47,6 @@ pkgs: with pkgs; [
   nmap
   openssh
   openssl
-  p7zip
   pavucontrol
   posix_man_pages
   pulseaudioLight
@@ -72,6 +71,7 @@ pkgs: with pkgs; [
   surfraw
   vuizvui.taalo-build
   telnet
+  unar
   unzip
   valgrind
   vbindiff