Rotki icon

Rotki 1.43.1

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.43.1",
  "src": {
    "url": "https://github.com/rotki/rotki/releases/download/v1.43.1/rotki-darwin_arm64-v1.43.1.dmg",
    "sha256": "5c446e36307d7c1fa6d24ec098c0073409be4c391b8c20f9f1e04e11ad47c09a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/rotki.app\" && cp -r \"rotki.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Portfolio tracking and accounting tool",
    "homepage": "https://rotki.com/"
  }
}