afsctool
afsctool 1.7.3
Utility that allows end-users to leverage HFS+/APFS compression
https://github.com/RJVB/afsctoolUnfree
programs: -
Maintainers
Platforms (2)
aarch64-darwinx86_64-darwin
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