macUSB icon

macUSB 2.3

Tool to create bootable USB installers

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    macusb # macUSB
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    macusb # macUSB
  ];
}

Package Definition

{
  "pname": "macusb",
  "version": "2.3",
  "src": {
    "url": "https://github.com/Kruszoneq/macUSB/releases/download/v2.3/macUSB.2.3.dmg",
    "sha256": "ffb17848c7a2b2445bf1ed0150a35a8c8ad159933c6114fafaedeb98058c0c31"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/macUSB.app\" && cp -r \"macUSB.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to create bootable USB installers",
    "homepage": "https://kruszoneq.github.io/macUSB/"
  }
}