Rotki icon

Rotki 1.41.3

Portfolio tracking and accounting tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "rotki",
  "version": "1.41.3",
  "src": {
    "url": "https://github.com/rotki/rotki/releases/download/v1.41.3/rotki-darwin_arm64-v1.41.3.dmg",
    "sha256": "f664ef3f2a7c4212af54ad6b9a8fcf67579f6f0c24d9b76eb3f60ef2094beae0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/rotki.app\" && cp -r \"rotki.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Portfolio tracking and accounting tool",
    "homepage": "https://rotki.com/"
  }
}