_7zip-zstd

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" License
main program: 7zprograms: 7zr, 7z, 7zz, 7za
Platforms (49)
m68k-linuxs390x-linuxm68k-netbsdpowerpc-netbsdriscv64-netbsdx86_64-openbsdloongarch64-linuxarmv7a-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