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:
parent
309d97c708
commit
bded1b359d
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue