_7zip-zstd

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" License
main program: 7zprograms: 7zz, 7za, 7zr, 7z
Platforms (48)
s390x-linuxx86_64-openbsdarmv5tel-linuxarmv6l-linuxmips64-linuxmicroblazeel-linuxmipsel-linuxmips-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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