Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
010-editor # 010 Editor
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
010-editor # 010 Editor
];
}
Package Definition
{
"pname": "010-editor",
"version": "16.0",
"src": {
"url": "https://download.sweetscape.com/010EditorMac64Installer16.0.dmg",
"sha256": "4d66ad495aa6f5af9b54b5ed26389602d91c07ba99aa8789ec69abeb65d4573e"
},
"installPhase": [
"mkdir -p \"$out/Applications/010 Editor.app\" && cp -r \"010 Editor.app\" \"$out/Applications\""
],
"meta": {
"description": "Text editor",
"homepage": "https://www.sweetscape.com/"
}
}