Rive icon

Rive 0.8.2095

Design tool that creates functional graphics

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    rive # Rive
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    rive # Rive
  ];
}

Package Definition

{
  "pname": "rive",
  "version": "0.8.2095",
  "src": {
    "url": "https://releases.rive.app/macos/0.8.2095/Rive.dmg",
    "sha256": "ae56c805850ec499181552bb84635c2145f03bf06af49aadaac22dcce035eeb9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Rive.app\" \"$out/Applications/Rive.app\""
  ],
  "meta": {
    "description": "Design tool that creates functional graphics",
    "homepage": "https://rive.app/"
  }
}