_7zip-zstd-rar

7zip-zstd 26.02-v1.5.7-R2

7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard

https://github.com/mcmilk/7-Zip-zstd
GNU Library General Public License v2 or laterBSD 3-clause "New" or "Revised" LicenseUnfree redistributable
main program: 7zprograms: -
Platforms (48)
x86_64-cygwinmicroblazeel-linuxmips-linuxmips64el-linuxaarch64-netbsdaarch64-linuxi686-cygwinpowerpc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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