afsctool

afsctool 1.7.3

Utility that allows end-users to leverage HFS+/APFS compression

https://github.com/RJVB/afsctool
Unfree
programs: -
Platforms (2)
aarch64-darwinx86_64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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