Tinderbox icon

Tinderbox 11.0.1

Tool to take, visualise and analyze notes

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tinderbox",
  "version": "11.0.1",
  "src": {
    "url": "https://www.eastgate.com/download/tbx1101.dmg",
    "sha256": "b11eee5ae0e4a6e8c6e3f26c1c1d02533acba837b04592609df165e3ce0a3a1c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tinderbox 11.app\" && cp -r \"Tinderbox 11.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to take, visualise and analyze notes",
    "homepage": "https://eastgate.com/Tinderbox/"
  }
}