Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
minstaller # mInstaller
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
minstaller # mInstaller
];
}
Package Definition
{
"pname": "minstaller",
"version": "3.1.0",
"src": {
"url": "https://s3.motionvfx.com/mvfxpublic/mInstaller/sparkle/mInstaller-3.1.0.zip",
"sha256": "7a57d4c812f6ea5e366760eab123a6a0653f0a4af080ca3d129c556918ef58bf"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"mInstaller.app\" \"$out/Applications/mInstaller.app\""
],
"meta": {
"description": "Downloader and manager for MotionVFX products",
"homepage": "https://www.motionvfx.com/"
}
}