macUSB icon

macUSB 2.0

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.0",
  "src": {
    "url": "https://github.com/Kruszoneq/macUSB/releases/download/v2.0/macUSB.2.0.dmg",
    "sha256": "9b3051c2748a7929c141a65c793acfad8dbc4b22e69e8afbdf5e69f0a016005b"
  },
  "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/"
  }
}