Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
rhino-app # Rhinoceros
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
rhino-app # Rhinoceros
];
}
Package Definition
{
"pname": "rhino-app",
"version": "8.22.25217.12452",
"src": {
"url": "https://files.mcneel.com/rhino/8/mac/releases/rhino_8.22.25217.12452.dmg",
"sha256": "9a8eee45d40f45f23b9d76b494447030836509094d8b1ea47a0dd19eec767cb3"
},
"installPhase": [
"mkdir -p \"$out/Applications/Rhino 8.app\" && cp -r \"Rhino 8.app\" \"$out/Applications\""
],
"meta": {
"description": "3D model creator",
"homepage": "https://www.rhino3d.com/"
}
}