_7zz-rar

7zz 26.01

Command line version of the 7-Zip archiver utility

https://7-zip.org
GNU Library General Public License v2 or laterBSD 3-clause "New" or "Revised" LicenseUnfree redistributable
main program: 7zzprograms: -
Platforms (49)
i686-windowsarmv6l-linuxsh4-linuxx86_64-freebsdmips-linuxmipsel-linuxpowerpc64le-linuxmips64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _7zz-rar
];
Ad-hoc shell
nix-shell -p _7zz-rar
Flake (nix run)
nix run nixpkgs#_7zz-rar