dd Utility icon

dd Utility 1.11

Write and backup operating system IMG and ISO files

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dd-utility # dd Utility
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dd-utility # dd Utility
  ];
}

Package Definition

{
  "pname": "dd-utility",
  "version": "1.11",
  "src": {
    "url": "https://github.com/thefanclub/dd-utility/raw/master/DMG/ddUtility-1.11.dmg",
    "sha256": "1c33a998b7c9b7a9fa59222d2e7cc0410f0cec85650e8647308c33ee0af1e956"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/dd Utility.app\" && cp -r \"dd Utility.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Write and backup operating system IMG and ISO files",
    "homepage": "https://github.com/thefanclub/dd-utility"
  }
}