Rive icon

Rive 0.8.2835

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.2835",
  "src": {
    "url": "https://releases.rive.app/macos/0.8.2835/Rive.dmg",
    "sha256": "cf33f4304b6a3673a83bc75273a11f6fe3ad72d6aaed5d7f8bf9db1554077246"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Rive.app\" && cp -r \"Rive.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Design tool that creates functional graphics",
    "homepage": "https://rive.app/"
  }
}