Tableau Log Viewer icon

Tableau Log Viewer 1.3

Tool for working with Tableau logs

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    tlv # Tableau Log Viewer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    tlv # Tableau Log Viewer
  ];
}

Package Definition

{
  "pname": "tlv",
  "version": "1.3",
  "src": {
    "url": "https://github.com/tableau/tableau-log-viewer/releases/download/v1.3/tlv-osx-1.3.dmg",
    "sha256": "dd6f3cfdec9a3abe524aeaa4f2e7c1a749be0d83962628ce1bec4057d70f97d3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/tlv.app\" && cp -r \"tlv.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool for working with Tableau logs",
    "homepage": "https://github.com/tableau/tableau-log-viewer"
  }
}