fix(macos): install disk-inventory-x via Homebrew cask

Use the Homebrew cask on Apple Silicon because the nixpkgs package is x86_64-darwin only, and document the reason inline to prevent future regressions.

Made-with: Cursor
This commit is contained in:
DannyDannyDanny 2026-03-25 10:54:41 +01:00
parent 309d97c708
commit bded1b359d

View file

@ -38,6 +38,7 @@ in {
enable = true;
casks = [
"google-chrome"
"disk-inventory-x" # Apple Silicon uses Homebrew; nixpkgs package is x86_64-darwin only.
];
onActivation.cleanup = "zap";
};