Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
hop # HOP
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
hop # HOP
];
} Package Definition
{
"pname": "hop",
"version": "0.3.1",
"src": {
"url": "https://github.com/golbin/hop/releases/download/v0.3.1/HOP-macos-arm64.dmg",
"sha256": "b6cb288b6f6432e800ffc703ca2f7db25de8b725e5521b4fe050c6a11dbef13d"
},
"installPhase": [
"mkdir -p \"$out/Applications/HOP.app\" && cp -r \"HOP.app\" \"$out/Applications\""
],
"meta": {
"description": "View and edit HWP documents",
"homepage": "https://golbin.github.io/hop/"
}
}