_7zip-zstd

7zip-zstd 25.01-v1.5.7-R4

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: 7za, 7zr, 7z, 7zz
Platforms (49)
arc-linuxx86_64-openbsdm68k-netbsdarmv6l-linuxarmv7l-netbsdaarch64-darwinpowerpc-linuxmips64el-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