Unraid USB Creator icon

Unraid USB Creator 1.1.0

Home of the Next-Gen Unraid USB Creator, a fork of the Raspberry Pi Imager

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    unraid-usb-creator-next # Unraid USB Creator
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    unraid-usb-creator-next # Unraid USB Creator
  ];
}

Package Definition

{
  "pname": "unraid-usb-creator-next",
  "version": "1.1.0",
  "src": {
    "url": "https://github.com/unraid/usb-creator-next/releases/download/v1.1.0/unraid-usb-creator-1.1.0.dmg",
    "sha256": "7f72aa8d86f43fde768bc97c583d269798235f1b3212ed4c59c403923a9ad462"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Unraid USB Creator.app\" && cp -r \"Unraid USB Creator.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Home of the Next-Gen Unraid USB Creator, a fork of the Raspberry Pi Imager",
    "homepage": "https://unraid.net/download/"
  }
}