Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
tablecruncher # Tablecruncher
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
tablecruncher # Tablecruncher
];
}
Package Definition
{
"pname": "tablecruncher",
"version": "1.8",
"src": {
"url": "https://tablecruncher.com/download/v1.8/Tablecruncher-1.8-arm64.zip",
"sha256": "9980f46fea21e30491a6aa74bfa8d2787b3377eefe61a546ed92cd26c22fe619"
},
"installPhase": [
"mkdir -p \"$out/Applications/Tablecruncher.app\" && cp -r \"Tablecruncher.app\" \"$out/Applications\""
],
"meta": {
"description": "Lightweight CSV editor",
"homepage": "https://tablecruncher.com/"
}
}