MachOExplorer icon

MachOExplorer 1.0

Mach-O Executable File Explorer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "machoexplorer",
  "version": "1.0",
  "src": {
    "url": "https://github.com/everettjf/MachOExplorer/releases/download/v1.0/MachOExplorer.dmg",
    "sha256": "3f9b9e400e008174cb9c4eb8f186b18060c5a12a93622c9d5f60254500735232"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/MachOExplorer.app\" && cp -r \"MachOExplorer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Mach-O Executable File Explorer",
    "homepage": "https://github.com/everettjf/MachOExplorer"
  }
}