_7zip-zstd-rar

7zip-zstd 26.01-v1.5.7-R1

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 (49)
microblazeel-linuxpowerpc64le-linuxx86_64-netbsdpowerpc64-linuxx86_64-openbsdx86_64-windowsi686-windowsaarch64-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