Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
mcedit # MCEdit-Unified
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
mcedit # MCEdit-Unified
];
} Package Definition
{
"pname": "mcedit",
"version": "1.5.6.0",
"src": {
"url": "https://github.com/Podshot/MCEdit-Unified/releases/download/1.5.6.0/MCEdit.v1.5.6.0.OSX.64bit.zip",
"sha256": "e2026de3589e3e65086a385ee4e02d607337bc9da11357d1b3ac106e2ee843d7"
},
"installPhase": [
"mkdir -p \"$out/Applications/mcedit.app\" && cp -r \"mcedit.app\" \"$out/Applications\""
],
"meta": {
"description": "Minecraft world editor",
"homepage": "https://www.mcedit.net/"
}
}